Html Css Color HEX #EADF7A Texas

📋 copy color: '#EADF7A'

red 234 ◦ green 223 ◦ blue 122

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

Shades of Texas #EADF7A

Tints of Texas #EADF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.07%

R = 40.41%
G = 38.51%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EADF7A (or 0xEADF7A) is known color: Texas. HEX triplet: EA, DF and 7A. RGB value is (234,223,122). Sum of RGB (Red+Green+Blue) = 234+223+122=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF7A is #152085. Grayscale: #D7D7D7. Windows color (decimal): -1384582 or 8052714. OLE color: 8052714.

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

Color convert

RGB 234 223 122 -
CMYK 0 0.05 0.48 0.08
HSL 54.11º 0.73% 0.7% -
HSV(B) 54.11º 0.48% 0.92% -
XYZ 63.83 71.67 28.88 -
YUV 214.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 234 223 122 0 0.05 0.48 0.08 54.11 0.73 0.7
Hex EA DF 7A 0 5 30 8 36 49 46
Octal 352 337 172 0 5 60 10 66 111 106
Binary 11101010 11011111 1111010 0 101 110000 1000 110110 1001001 1000110

Color Harmonies of #EADF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF7A

Black with #EADF7A

Text Example


Text Example

White with #EADF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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