Html Css Color HEX #EDEE8C Jonquil

📋 copy color: '#EDEE8C'

red 237 ◦ green 238 ◦ blue 140

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

Shades of Jonquil #EDEE8C

Tints of Jonquil #EDEE8C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

 BLUE value IS 140 (55.08% from 255) = 22.76%

R = 38.54%
G = 38.7%
B = 22.76%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDEE8C (or 0xEDEE8C) is known color: Jonquil. HEX triplet: ED, EE and 8C. RGB value is (237,238,140). Sum of RGB (Red+Green+Blue) = 237+238+140=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEE8C is #121173. Grayscale: #E2E2E2. Windows color (decimal): -1184116 or 9236205. OLE color: 9236205.

HSL color Cylindrical-coordinate representation of color #EDEE8C: hue angle of 60.61º degrees, saturation: 0.74, 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 #EDEE8C is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 140 -
CMYK 0.00 0 0.41 0.07
HSL 60.61º 0.74% 0.74% -
HSV(B) 60.61º 0.41% 0.93% -
XYZ 70.23 81.05 36.75 -
YUV 226.53 79.17 135.47 -
System Red Green Blue C M Y K H S L
Decimal 237 238 140 0.00 0 0.41 0.07 60.61 0.74 0.74
Hex ED EE 8C 0 0 29 7 3D 4A 4A
Octal 355 356 214 0 0 51 7 75 112 112
Binary 11101101 11101110 10001100 0 0 101001 111 111101 1001010 1001010

Color Harmonies of #EDEE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE8C

Black with #EDEE8C

Text Example


Text Example

White with #EDEE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE8C; }

 p { color: rgb(237,238,140); }

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

background-color css

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

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

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

border-color css

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

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

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