Html Css Color HEX #EFE377 Texas

📋 copy color: '#EFE377'

red 239 ◦ green 227 ◦ blue 119

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

Shades of Texas #EFE377

Tints of Texas #EFE377

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.8%

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

R = 40.85%
G = 38.8%
B = 20.34%

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

#EFE377 (or 0xEFE377) is known color: Texas. HEX triplet: EF, E3 and 77. RGB value is (239,227,119). Sum of RGB (Red+Green+Blue) = 239+227+119=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE377 is #101C88. Grayscale: #DADADA. Windows color (decimal): -1055881 or 7857135. OLE color: 7857135.

HSL color Cylindrical-coordinate representation of color #EFE377: hue angle of 54º 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 #EFE377 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 227 119 -
CMYK 0 0.05 0.50 0.06
HSL 54º 0.79% 0.7% -
HSV(B) 54º 0.5% 0.94% -
XYZ 66.4 74.62 28.36 -
YUV 218.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 239 227 119 0 0.05 0.50 0.06 54 0.79 0.7
Hex EF E3 77 0 5 32 6 36 4F 46
Octal 357 343 167 0 5 62 6 66 117 106
Binary 11101111 11100011 1110111 0 101 110010 110 110110 1001111 1000110

Color Harmonies of #EFE377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE377

Black with #EFE377

Text Example


Text Example

White with #EFE377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE377; }

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

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

background-color css

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

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

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

border-color css

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

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

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