Html Css Color HEX #EAF17C Texas

📋 copy color: '#EAF17C'

red 234 ◦ green 241 ◦ blue 124

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

Shades of Texas #EAF17C

Tints of Texas #EAF17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.7%

R = 39.07%
G = 40.23%
B = 20.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#EAF17C (or 0xEAF17C) is known color: Texas. HEX triplet: EA, F1 and 7C. RGB value is (234,241,124). Sum of RGB (Red+Green+Blue) = 234+241+124=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF17C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF17C is #150E83. Grayscale: #E2E2E2. Windows color (decimal): -1379972 or 8188394. OLE color: 8188394.

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

Color convert

RGB 234 241 124 -
CMYK 0.03 0 0.49 0.05
HSL 63.59º 0.81% 0.72% -
HSV(B) 63.59º 0.49% 0.95% -
XYZ 69.03 81.86 31.23 -
YUV 225.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 234 241 124 0.03 0 0.49 0.05 63.59 0.81 0.72
Hex EA F1 7C 3 0 31 5 40 51 48
Octal 352 361 174 3 0 61 5 100 121 110
Binary 11101010 11110001 1111100 11 0 110001 101 1000000 1010001 1001000

Color Harmonies of #EAF17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF17C

Black with #EAF17C

Text Example


Text Example

White with #EAF17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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