Html Css Color HEX #EAF17D Texas

📋 copy color: '#EAF17D'

red 234 ◦ green 241 ◦ blue 125

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

Shades of Texas #EAF17D

Tints of Texas #EAF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.17%

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

R = 39%
G = 40.17%
B = 20.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#EAF17D (or 0xEAF17D) is known color: Texas. HEX triplet: EA, F1 and 7D. RGB value is (234,241,125). Sum of RGB (Red+Green+Blue) = 234+241+125=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF17D is #150E82. Grayscale: #E2E2E2. Windows color (decimal): -1379971 or 8253930. OLE color: 8253930.

HSL color Cylindrical-coordinate representation of color #EAF17D: hue angle of 63.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAF17D is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 125 -
CMYK 0.03 0 0.48 0.05
HSL 63.62º 0.81% 0.72% -
HSV(B) 63.62º 0.48% 0.95% -
XYZ 69.09 81.88 31.57 -
YUV 225.68 71.18 133.93 -
System Red Green Blue C M Y K H S L
Decimal 234 241 125 0.03 0 0.48 0.05 63.62 0.81 0.72
Hex EA F1 7D 3 0 30 5 40 51 48
Octal 352 361 175 3 0 60 5 100 121 110
Binary 11101010 11110001 1111101 11 0 110000 101 1000000 1010001 1001000

Color Harmonies of #EAF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF17D

Black with #EAF17D

Text Example


Text Example

White with #EAF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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