Html Css Color HEX #EFE476 Texas

📋 copy color: '#EFE476'

red 239 ◦ green 228 ◦ blue 118

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

Shades of Texas #EFE476

Tints of Texas #EFE476

RGB

 RED value IS 239 (93.75% from 255) = 40.85%

 GREEN value IS 228 (89.45% from 255) = 38.97%

 BLUE value IS 118 (46.48% from 255) = 20.17%

R = 40.85%
G = 38.97%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFE476 (or 0xEFE476) is known color: Texas. HEX triplet: EF, E4 and 76. RGB value is (239,228,118). Sum of RGB (Red+Green+Blue) = 239+228+118=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE476 is #101B89. Grayscale: #DBDBDB. Windows color (decimal): -1055626 or 7791855. OLE color: 7791855.

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

Color convert

RGB 239 228 118 -
CMYK 0 0.05 0.51 0.06
HSL 54.55º 0.79% 0.7% -
HSV(B) 54.55º 0.51% 0.94% -
XYZ 66.61 75.15 28.13 -
YUV 218.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 239 228 118 0 0.05 0.51 0.06 54.55 0.79 0.7
Hex EF E4 76 0 5 33 6 37 4F 46
Octal 357 344 166 0 5 63 6 67 117 106
Binary 11101111 11100100 1110110 0 101 110011 110 110111 1001111 1000110

Color Harmonies of #EFE476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE476

Black with #EFE476

Text Example


Text Example

White with #EFE476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE476; }

 p { color: rgb(239,228,118); }

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

background-color css

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

 a { background-color: rgb(239,228,118); }

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

border-color css

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

 span { border-color: rgb(239,228,118); }

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