Html Css Color HEX #EAF595 Jonquil

📋 copy color: '#EAF595'

red 234 ◦ green 245 ◦ blue 149

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

Shades of Jonquil #EAF595

Tints of Jonquil #EAF595

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.01%

 BLUE value IS 149 (58.59% from 255) = 23.73%

R = 37.26%
G = 39.01%
B = 23.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#EAF595 (or 0xEAF595) is known color: Jonquil. HEX triplet: EA, F5 and 95. RGB value is (234,245,149). Sum of RGB (Red+Green+Blue) = 234+245+149=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF595 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF595 is #150A6A. Grayscale: #E7E7E7. Windows color (decimal): -1378923 or 9827818. OLE color: 9827818.

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

Color convert

RGB 234 245 149 -
CMYK 0.04 0 0.39 0.04
HSL 66.87º 0.83% 0.77% -
HSV(B) 66.87º 0.39% 0.96% -
XYZ 72.01 84.97 41.04 -
YUV 230.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 234 245 149 0.04 0 0.39 0.04 66.87 0.83 0.77
Hex EA F5 95 4 0 27 4 43 53 4D
Octal 352 365 225 4 0 47 4 103 123 115
Binary 11101010 11110101 10010101 100 0 100111 100 1000011 1010011 1001101

Color Harmonies of #EAF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF595

Black with #EAF595

Text Example


Text Example

White with #EAF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF595; }

 p { color: rgb(234,245,149); }

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

background-color css

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

 a { background-color: rgb(234,245,149); }

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

border-color css

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

 span { border-color: rgb(234,245,149); }

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