Html Css Color HEX #EFE176 Texas

📋 copy color: '#EFE176'

red 239 ◦ green 225 ◦ blue 118

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

Shades of Texas #EFE176

Tints of Texas #EFE176

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.66%

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

R = 41.07%
G = 38.66%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFE176 (or 0xEFE176) is known color: Texas. HEX triplet: EF, E1 and 76. RGB value is (239,225,118). Sum of RGB (Red+Green+Blue) = 239+225+118=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE176 is #101E89. Grayscale: #D9D9D9. Windows color (decimal): -1056394 or 7791087. OLE color: 7791087.

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

Color convert

RGB 239 225 118 -
CMYK 0 0.06 0.51 0.06
HSL 53.06º 0.79% 0.7% -
HSV(B) 53.06º 0.51% 0.94% -
XYZ 65.79 73.51 27.86 -
YUV 216.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 239 225 118 0 0.06 0.51 0.06 53.06 0.79 0.7
Hex EF E1 76 0 6 33 6 35 4F 46
Octal 357 341 166 0 6 63 6 65 117 106
Binary 11101111 11100001 1110110 0 110 110011 110 110101 1001111 1000110

Color Harmonies of #EFE176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE176

Black with #EFE176

Text Example


Text Example

White with #EFE176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE176; }

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

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

background-color css

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

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

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

border-color css

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

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

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