Html Css Color HEX #EFE976 Texas

📋 copy color: '#EFE976'

red 239 ◦ green 233 ◦ blue 118

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

Shades of Texas #EFE976

Tints of Texas #EFE976

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.49%

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

R = 40.51%
G = 39.49%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFE976 (or 0xEFE976) is known color: Texas. HEX triplet: EF, E9 and 76. RGB value is (239,233,118). Sum of RGB (Red+Green+Blue) = 239+233+118=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE976 is #101689. Grayscale: #DEDEDE. Windows color (decimal): -1054346 or 7793135. OLE color: 7793135.

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

Color convert

RGB 239 233 118 -
CMYK 0 0.03 0.51 0.06
HSL 57.02º 0.79% 0.7% -
HSV(B) 57.02º 0.51% 0.94% -
XYZ 68.01 77.94 28.6 -
YUV 221.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 239 233 118 0 0.03 0.51 0.06 57.02 0.79 0.7
Hex EF E9 76 0 3 33 6 39 4F 46
Octal 357 351 166 0 3 63 6 71 117 106
Binary 11101111 11101001 1110110 0 11 110011 110 111001 1001111 1000110

Color Harmonies of #EFE976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE976

Black with #EFE976

Text Example


Text Example

White with #EFE976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE976; }

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

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

background-color css

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

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

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

border-color css

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

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

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