Html Css Color HEX #EAF08C Jonquil

📋 copy color: '#EAF08C'

red 234 ◦ green 240 ◦ blue 140

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

Shades of Jonquil #EAF08C

Tints of Jonquil #EAF08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.8%

R = 38.11%
G = 39.09%
B = 22.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EAF08C (or 0xEAF08C) is known color: Jonquil. HEX triplet: EA, F0 and 8C. RGB value is (234,240,140). Sum of RGB (Red+Green+Blue) = 234+240+140=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF08C is #150F73. Grayscale: #E3E3E3. Windows color (decimal): -1380212 or 9236714. OLE color: 9236714.

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

Color convert

RGB 234 240 140 -
CMYK 0.02 0 0.42 0.06
HSL 63.6º 0.77% 0.75% -
HSV(B) 63.6º 0.42% 0.94% -
XYZ 69.83 81.71 36.9 -
YUV 226.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 234 240 140 0.02 0 0.42 0.06 63.6 0.77 0.75
Hex EA F0 8C 2 0 2A 6 40 4D 4B
Octal 352 360 214 2 0 52 6 100 115 113
Binary 11101010 11110000 10001100 10 0 101010 110 1000000 1001101 1001011

Color Harmonies of #EAF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF08C

Black with #EAF08C

Text Example


Text Example

White with #EAF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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