#ebe67f

Color #EBE67F Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EBE67F

Tints of Texas #EBE67F

Color information

#EBE67F (or 0xEBE67F) is unknown color: approx Texas. HEX triplet: EB, E6 and 7F. RGB value is (235,230,127). Sum of RGB (Red+Green+Blue) = 235+230+127=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE67F is #141980. Grayscale: #DCDCDC. Windows color (decimal): -1317249 or 8382187. OLE color: 8382187.

HSL color Cylindrical-coordinate representation of color #EBE67F: hue angle of 57.22º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBE67F is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235230127-
CMYK00.020.460.08
HSL57.22º72.97%70.98%-
HSV(B)57.22º45.96%92.16%-
XYZ66.3975.7931.21-
YUV219.7575.66138.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 230 (90.23% from 255) = 38.85%
BLUE value IS 127 (50% from 255) = 21.45%
R=39.70%
G=38.85%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523012700.020.460.0857.2272.9770.98
HexEBE67F022E8394947
Octal35334617702561071111107
Binary11101011111001101111111010101110100011100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebe67f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebe67f; }

 p { color: rgb(235,230,127); }

 H1.HeaderClassName
 {
   color: #ebe67f;
 }
 .AnyTagClassName
 {
   color: #ebe67f;
 }
</style>
background-color css

<style>
 a { background-color: #ebe67f; }

 a { background-color: rgb(235,230,127); }

 div.DivClassName
 {
   background-color: #ebe67f;
 }
 .BgClassName
 {
   background-color: #ebe67f;
 }
</style>
border-color css

<style>
 span { border-color: #ebe67f; }

 span { border-color: rgb(235,230,127); }

 td.TdClassName
 {
   border-color: #ebe67f;
 }
 .TagClassName
 {
   border-color: #ebe67f;
 }
</style>