Html Css Color HEX #EAF37D Texas

📋 copy color: '#EAF37D'

red 234 ◦ green 243 ◦ blue 125

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

Shades of Texas #EAF37D

Tints of Texas #EAF37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.37%

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

R = 38.87%
G = 40.37%
B = 20.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#EAF37D (or 0xEAF37D) is known color: Texas. HEX triplet: EA, F3 and 7D. RGB value is (234,243,125). Sum of RGB (Red+Green+Blue) = 234+243+125=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF37D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF37D is #150C82. Grayscale: #E3E3E3. Windows color (decimal): -1379459 or 8254442. OLE color: 8254442.

HSL color Cylindrical-coordinate representation of color #EAF37D: hue angle of 64.58º degrees, saturation: 0.83, 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 #EAF37D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 243 125 -
CMYK 0.04 0 0.49 0.05
HSL 64.58º 0.83% 0.72% -
HSV(B) 64.58º 0.49% 0.95% -
XYZ 69.68 83.07 31.76 -
YUV 226.86 70.52 133.09 -
System Red Green Blue C M Y K H S L
Decimal 234 243 125 0.04 0 0.49 0.05 64.58 0.83 0.72
Hex EA F3 7D 4 0 31 5 41 53 48
Octal 352 363 175 4 0 61 5 101 123 110
Binary 11101010 11110011 1111101 100 0 110001 101 1000001 1010011 1001000

Color Harmonies of #EAF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF37D

Black with #EAF37D

Text Example


Text Example

White with #EAF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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