Html Css Color HEX #EAF080 Texas

📋 copy color: '#EAF080'

red 234 ◦ green 240 ◦ blue 128

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

Shades of Texas #EAF080

Tints of Texas #EAF080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.26%

R = 38.87%
G = 39.87%
B = 21.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EAF080 (or 0xEAF080) is known color: Texas. HEX triplet: EA, F0 and 80. RGB value is (234,240,128). Sum of RGB (Red+Green+Blue) = 234+240+128=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF080 is #150F7F. Grayscale: #E1E1E1. Windows color (decimal): -1380224 or 8450282. OLE color: 8450282.

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

Color convert

RGB 234 240 128 -
CMYK 0.02 0 0.47 0.06
HSL 63.21º 0.79% 0.72% -
HSV(B) 63.21º 0.47% 0.94% -
XYZ 68.99 81.37 32.49 -
YUV 225.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 234 240 128 0.02 0 0.47 0.06 63.21 0.79 0.72
Hex EA F0 80 2 0 2F 6 3F 4F 48
Octal 352 360 200 2 0 57 6 77 117 110
Binary 11101010 11110000 10000000 10 0 101111 110 111111 1001111 1001000

Color Harmonies of #EAF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF080

Black with #EAF080

Text Example


Text Example

White with #EAF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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