Html Css Color HEX #EFE778 Texas

📋 copy color: '#EFE778'

red 239 ◦ green 231 ◦ blue 120

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

Shades of Texas #EFE778

Tints of Texas #EFE778

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.15%

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

R = 40.51%
G = 39.15%
B = 20.34%

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

#EFE778 (or 0xEFE778) is known color: Texas. HEX triplet: EF, E7 and 78. RGB value is (239,231,120). Sum of RGB (Red+Green+Blue) = 239+231+120=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 120 (47.27% from 255 or 20.34% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE778 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE778 is #101887. Grayscale: #DDDDDD. Windows color (decimal): -1054856 or 7923695. OLE color: 7923695.

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

Color convert

RGB 239 231 120 -
CMYK 0 0.03 0.50 0.06
HSL 55.97º 0.79% 0.7% -
HSV(B) 55.97º 0.5% 0.94% -
XYZ 67.56 76.86 29.04 -
YUV 220.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 239 231 120 0 0.03 0.50 0.06 55.97 0.79 0.7
Hex EF E7 78 0 3 32 6 38 4F 46
Octal 357 347 170 0 3 62 6 70 117 106
Binary 11101111 11100111 1111000 0 11 110010 110 111000 1001111 1000110

Color Harmonies of #EFE778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE778

Black with #EFE778

Text Example


Text Example

White with #EFE778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE778; }

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

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

background-color css

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

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

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

border-color css

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

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

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