Html Css Color HEX #EAEA98 Jonquil

📋 copy color: '#EAEA98'

red 234 ◦ green 234 ◦ blue 152

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

Shades of Jonquil #EAEA98

Tints of Jonquil #EAEA98

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.74%

 BLUE value IS 152 (59.77% from 255) = 24.52%

R = 37.74%
G = 37.74%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAEA98 (or 0xEAEA98) is known color: Jonquil. HEX triplet: EA, EA and 98. RGB value is (234,234,152). Sum of RGB (Red+Green+Blue) = 234+234+152=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA98 is #151567. Grayscale: #E0E0E0. Windows color (decimal): -1381736 or 10021610. OLE color: 10021610.

HSL color Cylindrical-coordinate representation of color #EAEA98: hue angle of 60º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAEA98 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 234 152 -
CMYK 0 0 0.35 0.08
HSL 60º 0.66% 0.76% -
HSV(B) 60º 0.35% 0.92% -
XYZ 69.02 78.61 41.24 -
YUV 224.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 234 234 152 0 0 0.35 0.08 60 0.66 0.76
Hex EA EA 98 0 0 23 8 3C 42 4C
Octal 352 352 230 0 0 43 10 74 102 114
Binary 11101010 11101010 10011000 0 0 100011 1000 111100 1000010 1001100

Color Harmonies of #EAEA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA98

Black with #EAEA98

Text Example


Text Example

White with #EAEA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEA98; }

 p { color: rgb(234,234,152); }

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

background-color css

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

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

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

border-color css

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

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

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