Html Css Color HEX #EDEF8D Jonquil

📋 copy color: '#EDEF8D'

red 237 ◦ green 239 ◦ blue 141

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

Shades of Jonquil #EDEF8D

Tints of Jonquil #EDEF8D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

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

R = 38.41%
G = 38.74%
B = 22.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EDEF8D (or 0xEDEF8D) is known color: Jonquil. HEX triplet: ED, EF and 8D. RGB value is (237,239,141). Sum of RGB (Red+Green+Blue) = 237+239+141=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF8D is #121072. Grayscale: #E3E3E3. Windows color (decimal): -1183859 or 9301997. OLE color: 9301997.

HSL color Cylindrical-coordinate representation of color #EDEF8D: hue angle of 61.22º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDEF8D is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 141 -
CMYK 0.01 0 0.41 0.06
HSL 61.22º 0.75% 0.75% -
HSV(B) 61.22º 0.41% 0.94% -
XYZ 70.6 81.66 37.24 -
YUV 227.23 79.34 134.97 -
System Red Green Blue C M Y K H S L
Decimal 237 239 141 0.01 0 0.41 0.06 61.22 0.75 0.75
Hex ED EF 8D 1 0 29 6 3D 4B 4B
Octal 355 357 215 1 0 51 6 75 113 113
Binary 11101101 11101111 10001101 1 0 101001 110 111101 1001011 1001011

Color Harmonies of #EDEF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF8D

Black with #EDEF8D

Text Example


Text Example

White with #EDEF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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