Html Css Color HEX #EAF57D Texas

📋 copy color: '#EAF57D'

red 234 ◦ green 245 ◦ blue 125

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

Shades of Texas #EAF57D

Tints of Texas #EAF57D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.56%

 BLUE value IS 125 (49.22% from 255) = 20.7%

R = 38.74%
G = 40.56%
B = 20.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#EAF57D (or 0xEAF57D) is known color: Texas. HEX triplet: EA, F5 and 7D. RGB value is (234,245,125). Sum of RGB (Red+Green+Blue) = 234+245+125=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF57D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF57D is #150A82. Grayscale: #E4E4E4. Windows color (decimal): -1378947 or 8254954. OLE color: 8254954.

HSL color Cylindrical-coordinate representation of color #EAF57D: hue angle of 65.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAF57D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 125 -
CMYK 0.04 0 0.49 0.04
HSL 65.5º 0.86% 0.73% -
HSV(B) 65.5º 0.49% 0.96% -
XYZ 70.29 84.28 31.96 -
YUV 228.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 234 245 125 0.04 0 0.49 0.04 65.5 0.86 0.73
Hex EA F5 7D 4 0 31 4 42 56 49
Octal 352 365 175 4 0 61 4 102 126 111
Binary 11101010 11110101 1111101 100 0 110001 100 1000010 1010110 1001001

Color Harmonies of #EAF57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF57D

Black with #EAF57D

Text Example


Text Example

White with #EAF57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF57D; }

 p { color: rgb(234,245,125); }

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

background-color css

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

 a { background-color: rgb(234,245,125); }

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

border-color css

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

 span { border-color: rgb(234,245,125); }

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