Html Css Color HEX #EFE376 Texas

📋 copy color: '#EFE376'

red 239 ◦ green 227 ◦ blue 118

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

Shades of Texas #EFE376

Tints of Texas #EFE376

RGB

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

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

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

R = 40.92%
G = 38.87%
B = 20.21%

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

#EFE376 (or 0xEFE376) is known color: Texas. HEX triplet: EF, E3 and 76. RGB value is (239,227,118). Sum of RGB (Red+Green+Blue) = 239+227+118=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE376 is #101C89. Grayscale: #DADADA. Windows color (decimal): -1055882 or 7791599. OLE color: 7791599.

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

Color convert

RGB 239 227 118 -
CMYK 0 0.05 0.51 0.06
HSL 54.05º 0.79% 0.7% -
HSV(B) 54.05º 0.51% 0.94% -
XYZ 66.34 74.6 28.04 -
YUV 218.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 239 227 118 0 0.05 0.51 0.06 54.05 0.79 0.7
Hex EF E3 76 0 5 33 6 36 4F 46
Octal 357 343 166 0 5 63 6 66 117 106
Binary 11101111 11100011 1110110 0 101 110011 110 110110 1001111 1000110

Color Harmonies of #EFE376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE376

Black with #EFE376

Text Example


Text Example

White with #EFE376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE376; }

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

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

background-color css

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

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

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

border-color css

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

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

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