Html Css Color HEX #EFE978 Texas

📋 copy color: '#EFE978'

red 239 ◦ green 233 ◦ blue 120

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

Shades of Texas #EFE978

Tints of Texas #EFE978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.27%

R = 40.37%
G = 39.36%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFE978 (or 0xEFE978) is known color: Texas. HEX triplet: EF, E9 and 78. RGB value is (239,233,120). Sum of RGB (Red+Green+Blue) = 239+233+120=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE978 is #101687. Grayscale: #DEDEDE. Windows color (decimal): -1054344 or 7924207. OLE color: 7924207.

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

Color convert

RGB 239 233 120 -
CMYK 0 0.03 0.50 0.06
HSL 56.97º 0.79% 0.7% -
HSV(B) 56.97º 0.5% 0.94% -
XYZ 68.13 77.98 29.23 -
YUV 221.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 239 233 120 0 0.03 0.50 0.06 56.97 0.79 0.7
Hex EF E9 78 0 3 32 6 39 4F 46
Octal 357 351 170 0 3 62 6 71 117 106
Binary 11101111 11101001 1111000 0 11 110010 110 111001 1001111 1000110

Color Harmonies of #EFE978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE978

Black with #EFE978

Text Example


Text Example

White with #EFE978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE978; }

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

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

background-color css

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

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

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

border-color css

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

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

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