Html Css Color HEX #EFE477 Texas

📋 copy color: '#EFE477'

red 239 ◦ green 228 ◦ blue 119

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

Shades of Texas #EFE477

Tints of Texas #EFE477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.31%

R = 40.78%
G = 38.91%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFE477 (or 0xEFE477) is known color: Texas. HEX triplet: EF, E4 and 77. RGB value is (239,228,119). Sum of RGB (Red+Green+Blue) = 239+228+119=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE477 is #101B88. Grayscale: #DBDBDB. Windows color (decimal): -1055625 or 7857391. OLE color: 7857391.

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

Color convert

RGB 239 228 119 -
CMYK 0 0.05 0.50 0.06
HSL 54.5º 0.79% 0.7% -
HSV(B) 54.5º 0.5% 0.94% -
XYZ 66.67 75.17 28.45 -
YUV 218.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 239 228 119 0 0.05 0.50 0.06 54.5 0.79 0.7
Hex EF E4 77 0 5 32 6 36 4F 46
Octal 357 344 167 0 5 62 6 66 117 106
Binary 11101111 11100100 1110111 0 101 110010 110 110110 1001111 1000110

Color Harmonies of #EFE477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE477

Black with #EFE477

Text Example


Text Example

White with #EFE477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE477; }

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

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

background-color css

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

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

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

border-color css

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

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

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