Html Css Color HEX #EDEA95 Jonquil

📋 copy color: '#EDEA95'

red 237 ◦ green 234 ◦ blue 149

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

Shades of Jonquil #EDEA95

Tints of Jonquil #EDEA95

RGB

 RED value IS 237 (92.97% from 255) = 38.23%

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

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

R = 38.23%
G = 37.74%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDEA95 (or 0xEDEA95) is known color: Jonquil. HEX triplet: ED, EA and 95. RGB value is (237,234,149). Sum of RGB (Red+Green+Blue) = 237+234+149=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA95 is #12156A. Grayscale: #E1E1E1. Windows color (decimal): -1185131 or 9825005. OLE color: 9825005.

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

Color convert

RGB 237 234 149 -
CMYK 0 0.01 0.37 0.07
HSL 57.95º 0.71% 0.76% -
HSV(B) 57.95º 0.37% 0.93% -
XYZ 69.77 79.02 40.01 -
YUV 225.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 237 234 149 0 0.01 0.37 0.07 57.95 0.71 0.76
Hex ED EA 95 0 1 25 7 3A 47 4C
Octal 355 352 225 0 1 45 7 72 107 114
Binary 11101101 11101010 10010101 0 1 100101 111 111010 1000111 1001100

Color Harmonies of #EDEA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA95

Black with #EDEA95

Text Example


Text Example

White with #EDEA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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