Html Css Color HEX #EDED8D Jonquil

📋 copy color: '#EDED8D'

red 237 ◦ green 237 ◦ blue 141

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

Shades of Jonquil #EDED8D

Tints of Jonquil #EDED8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.93%

R = 38.54%
G = 38.54%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDED8D (or 0xEDED8D) is known color: Jonquil. HEX triplet: ED, ED and 8D. RGB value is (237,237,141). Sum of RGB (Red+Green+Blue) = 237+237+141=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED8D is #121272. Grayscale: #E2E2E2. Windows color (decimal): -1184371 or 9301485. OLE color: 9301485.

HSL color Cylindrical-coordinate representation of color #EDED8D: 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.41%. Process color model (Four color, CMYK) of #EDED8D is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 141 -
CMYK 0 0 0.41 0.07
HSL 60º 0.73% 0.74% -
HSV(B) 60º 0.41% 0.93% -
XYZ 70.02 80.5 37.05 -
YUV 226.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 237 237 141 0 0 0.41 0.07 60 0.73 0.74
Hex ED ED 8D 0 0 29 7 3C 49 4A
Octal 355 355 215 0 0 51 7 74 111 112
Binary 11101101 11101101 10001101 0 0 101001 111 111100 1001001 1001010

Color Harmonies of #EDED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED8D

Black with #EDED8D

Text Example


Text Example

White with #EDED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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