Html Css Color HEX #EDED99 Jonquil

📋 copy color: '#EDED99'

red 237 ◦ green 237 ◦ blue 153

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

Shades of Jonquil #EDED99

Tints of Jonquil #EDED99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 24.4%

R = 37.8%
G = 37.8%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDED99 (or 0xEDED99) is known color: Jonquil. HEX triplet: ED, ED and 99. RGB value is (237,237,153). Sum of RGB (Red+Green+Blue) = 237+237+153=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED99 is #121266. Grayscale: #E3E3E3. Windows color (decimal): -1184359 or 10087917. OLE color: 10087917.

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

Color convert

RGB 237 237 153 -
CMYK 0 0 0.35 0.07
HSL 60º 0.7% 0.76% -
HSV(B) 60º 0.35% 0.93% -
XYZ 70.96 80.87 42.01 -
YUV 227.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 237 237 153 0 0 0.35 0.07 60 0.7 0.76
Hex ED ED 99 0 0 23 7 3C 46 4C
Octal 355 355 231 0 0 43 7 74 106 114
Binary 11101101 11101101 10011001 0 0 100011 111 111100 1000110 1001100

Color Harmonies of #EDED99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED99

Black with #EDED99

Text Example


Text Example

White with #EDED99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED99; }

 p { color: rgb(237,237,153); }

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

background-color css

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

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

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

border-color css

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

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

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