Html Css Color HEX #EAF47D Texas

📋 copy color: '#EAF47D'

red 234 ◦ green 244 ◦ blue 125

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

Shades of Texas #EAF47D

Tints of Texas #EAF47D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.46%

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

R = 38.81%
G = 40.46%
B = 20.73%

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

#EAF47D (or 0xEAF47D) is known color: Texas. HEX triplet: EA, F4 and 7D. RGB value is (234,244,125). Sum of RGB (Red+Green+Blue) = 234+244+125=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF47D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF47D is #150B82. Grayscale: #E3E3E3. Windows color (decimal): -1379203 or 8254698. OLE color: 8254698.

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

Color convert

RGB 234 244 125 -
CMYK 0.04 0 0.49 0.04
HSL 65.04º 0.84% 0.72% -
HSV(B) 65.04º 0.49% 0.96% -
XYZ 69.98 83.67 31.86 -
YUV 227.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 234 244 125 0.04 0 0.49 0.04 65.04 0.84 0.72
Hex EA F4 7D 4 0 31 4 41 54 48
Octal 352 364 175 4 0 61 4 101 124 110
Binary 11101010 11110100 1111101 100 0 110001 100 1000001 1010100 1001000

Color Harmonies of #EAF47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF47D

Black with #EAF47D

Text Example


Text Example

White with #EAF47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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