Html Css Color HEX #EAEA94 Jonquil

📋 copy color: '#EAEA94'

red 234 ◦ green 234 ◦ blue 148

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

Shades of Jonquil #EAEA94

Tints of Jonquil #EAEA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.03%

R = 37.99%
G = 37.99%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAEA94 (or 0xEAEA94) is known color: Jonquil. HEX triplet: EA, EA and 94. RGB value is (234,234,148). Sum of RGB (Red+Green+Blue) = 234+234+148=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA94 is #15156B. Grayscale: #E0E0E0. Windows color (decimal): -1381740 or 9759466. OLE color: 9759466.

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

Color convert

RGB 234 234 148 -
CMYK 0 0 0.37 0.08
HSL 60º 0.67% 0.75% -
HSV(B) 60º 0.37% 0.92% -
XYZ 68.7 78.48 39.54 -
YUV 224.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 234 234 148 0 0 0.37 0.08 60 0.67 0.75
Hex EA EA 94 0 0 25 8 3C 43 4B
Octal 352 352 224 0 0 45 10 74 103 113
Binary 11101010 11101010 10010100 0 0 100101 1000 111100 1000011 1001011

Color Harmonies of #EAEA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA94

Black with #EAEA94

Text Example


Text Example

White with #EAEA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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