Html Css Color HEX #EAED93 Jonquil

📋 copy color: '#EAED93'

red 234 ◦ green 237 ◦ blue 147

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

Shades of Jonquil #EAED93

Tints of Jonquil #EAED93

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.35%

 BLUE value IS 147 (57.81% from 255) = 23.79%

R = 37.86%
G = 38.35%
B = 23.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EAED93 (or 0xEAED93) is known color: Jonquil. HEX triplet: EA, ED and 93. RGB value is (234,237,147). Sum of RGB (Red+Green+Blue) = 234+237+147=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED93 is #15126C. Grayscale: #E2E2E2. Windows color (decimal): -1380973 or 9694698. OLE color: 9694698.

HSL color Cylindrical-coordinate representation of color #EAED93: hue angle of 62º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAED93 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 237 147 -
CMYK 0.01 0 0.38 0.07
HSL 62º 0.71% 0.75% -
HSV(B) 62º 0.38% 0.93% -
XYZ 69.48 80.17 39.42 -
YUV 225.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 234 237 147 0.01 0 0.38 0.07 62 0.71 0.75
Hex EA ED 93 1 0 26 7 3E 47 4B
Octal 352 355 223 1 0 46 7 76 107 113
Binary 11101010 11101101 10010011 1 0 100110 111 111110 1000111 1001011

Color Harmonies of #EAED93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAED93

Black with #EAED93

Text Example


Text Example

White with #EAED93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAED93; }

 p { color: rgb(234,237,147); }

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

background-color css

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

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

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

border-color css

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

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

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