Html Css Color HEX #EAF07D Texas

📋 copy color: '#EAF07D'

red 234 ◦ green 240 ◦ blue 125

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

Shades of Texas #EAF07D

Tints of Texas #EAF07D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.07%

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

R = 39.07%
G = 40.07%
B = 20.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EAF07D (or 0xEAF07D) is known color: Texas. HEX triplet: EA, F0 and 7D. RGB value is (234,240,125). Sum of RGB (Red+Green+Blue) = 234+240+125=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF07D is #150F82. Grayscale: #E1E1E1. Windows color (decimal): -1380227 or 8253674. OLE color: 8253674.

HSL color Cylindrical-coordinate representation of color #EAF07D: hue angle of 63.13º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAF07D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 125 -
CMYK 0.02 0 0.48 0.06
HSL 63.13º 0.79% 0.72% -
HSV(B) 63.13º 0.48% 0.94% -
XYZ 68.79 81.29 31.47 -
YUV 225.1 71.51 134.35 -
System Red Green Blue C M Y K H S L
Decimal 234 240 125 0.02 0 0.48 0.06 63.13 0.79 0.72
Hex EA F0 7D 2 0 30 6 3F 4F 48
Octal 352 360 175 2 0 60 6 77 117 110
Binary 11101010 11110000 1111101 10 0 110000 110 111111 1001111 1001000

Color Harmonies of #EAF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF07D

Black with #EAF07D

Text Example


Text Example

White with #EAF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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