Html Css Color HEX #EDED8E Jonquil

📋 copy color: '#EDED8E'

red 237 ◦ green 237 ◦ blue 142

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

Shades of Jonquil #EDED8E

Tints of Jonquil #EDED8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.05%

R = 38.47%
G = 38.47%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDED8E (or 0xEDED8E) is known color: Jonquil. HEX triplet: ED, ED and 8E. RGB value is (237,237,142). Sum of RGB (Red+Green+Blue) = 237+237+142=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 142 (55.86% from 255 or 23.05% from 616); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED8E is #121271. Grayscale: #E2E2E2. Windows color (decimal): -1184370 or 9367021. OLE color: 9367021.

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

Color convert

RGB 237 237 142 -
CMYK 0 0 0.40 0.07
HSL 60º 0.73% 0.74% -
HSV(B) 60º 0.4% 0.93% -
XYZ 70.09 80.53 37.44 -
YUV 226.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 237 237 142 0 0 0.40 0.07 60 0.73 0.74
Hex ED ED 8E 0 0 28 7 3C 49 4A
Octal 355 355 216 0 0 50 7 74 111 112
Binary 11101101 11101101 10001110 0 0 101000 111 111100 1001001 1001010

Color Harmonies of #EDED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED8E

Black with #EDED8E

Text Example


Text Example

White with #EDED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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