Html Css Color HEX #EADF77 Texas

📋 copy color: '#EADF77'

red 234 ◦ green 223 ◦ blue 119

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

Shades of Texas #EADF77

Tints of Texas #EADF77

RGB

 RED value IS 234 (91.8% from 255) = 40.63%

 GREEN value IS 223 (87.5% from 255) = 38.72%

 BLUE value IS 119 (46.88% from 255) = 20.66%

R = 40.63%
G = 38.72%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EADF77 (or 0xEADF77) is known color: Texas. HEX triplet: EA, DF and 77. RGB value is (234,223,119). Sum of RGB (Red+Green+Blue) = 234+223+119=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF77 is #152088. Grayscale: #D6D6D6. Windows color (decimal): -1384585 or 7856106. OLE color: 7856106.

HSL color Cylindrical-coordinate representation of color #EADF77: hue angle of 54.26º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EADF77 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 119 -
CMYK 0 0.05 0.49 0.08
HSL 54.26º 0.73% 0.69% -
HSV(B) 54.26º 0.49% 0.92% -
XYZ 63.65 71.6 27.92 -
YUV 214.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 234 223 119 0 0.05 0.49 0.08 54.26 0.73 0.69
Hex EA DF 77 0 5 31 8 36 49 45
Octal 352 337 167 0 5 61 10 66 111 105
Binary 11101010 11011111 1110111 0 101 110001 1000 110110 1001001 1000101

Color Harmonies of #EADF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF77

Black with #EADF77

Text Example


Text Example

White with #EADF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF77; }

 p { color: rgb(234,223,119); }

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

background-color css

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

 a { background-color: rgb(234,223,119); }

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

border-color css

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

 span { border-color: rgb(234,223,119); }

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