Html Css Color HEX #EDED90 Jonquil

📋 copy color: '#EDED90'

red 237 ◦ green 237 ◦ blue 144

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

Shades of Jonquil #EDED90

Tints of Jonquil #EDED90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.3%

R = 38.35%
G = 38.35%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDED90 (or 0xEDED90) is known color: Jonquil. HEX triplet: ED, ED and 90. RGB value is (237,237,144). Sum of RGB (Red+Green+Blue) = 237+237+144=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED90 is #12126F. Grayscale: #E2E2E2. Windows color (decimal): -1184368 or 9498093. OLE color: 9498093.

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

Color convert

RGB 237 237 144 -
CMYK 0 0 0.39 0.07
HSL 60º 0.72% 0.75% -
HSV(B) 60º 0.39% 0.93% -
XYZ 70.24 80.59 38.24 -
YUV 226.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 237 237 144 0 0 0.39 0.07 60 0.72 0.75
Hex ED ED 90 0 0 27 7 3C 48 4B
Octal 355 355 220 0 0 47 7 74 110 113
Binary 11101101 11101101 10010000 0 0 100111 111 111100 1001000 1001011

Color Harmonies of #EDED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED90

Black with #EDED90

Text Example


Text Example

White with #EDED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED90; }

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

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

background-color css

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

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

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

border-color css

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

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

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