Html Css Color HEX #EBE072 Texas

📋 copy color: '#EBE072'

red 235 ◦ green 224 ◦ blue 114

#EBE072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EBE072

Tints of Texas #EBE072

RGB

 RED value IS 235 (92.19% from 255) = 41.01%

 GREEN value IS 224 (87.89% from 255) = 39.09%

 BLUE value IS 114 (44.92% from 255) = 19.9%

R = 41.01%
G = 39.09%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBE072 (or 0xEBE072) is known color: Texas. HEX triplet: EB, E0 and 72. RGB value is (235,224,114). Sum of RGB (Red+Green+Blue) = 235+224+114=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE072 is #141F8D. Grayscale: #D7D7D7. Windows color (decimal): -1318798 or 7528683. OLE color: 7528683.

HSL color Cylindrical-coordinate representation of color #EBE072: hue angle of 54.55º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBE072 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 114 -
CMYK 0 0.05 0.51 0.08
HSL 54.55º 0.75% 0.68% -
HSV(B) 54.55º 0.51% 0.92% -
XYZ 63.95 72.19 26.48 -
YUV 214.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 235 224 114 0 0.05 0.51 0.08 54.55 0.75 0.68
Hex EB E0 72 0 5 33 8 37 4B 44
Octal 353 340 162 0 5 63 10 67 113 104
Binary 11101011 11100000 1110010 0 101 110011 1000 110111 1001011 1000100

Color Harmonies of #EBE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE072

Black with #EBE072

Text Example


Text Example

White with #EBE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE072; }

 p { color: rgb(235,224,114); }

 H1.HeaderClassName
 {
   color: #EBE072;
 }
 .AnyTagClassName
 {
   color: #EBE072;
 }
</style>

background-color css

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

 a { background-color: rgb(235,224,114); }

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

border-color css

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

 span { border-color: rgb(235,224,114); }

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