Html Css Color HEX #EDED8F Jonquil

📋 copy color: '#EDED8F'

red 237 ◦ green 237 ◦ blue 143

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

Shades of Jonquil #EDED8F

Tints of Jonquil #EDED8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.18%

R = 38.41%
G = 38.41%
B = 23.18%

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

#EDED8F (or 0xEDED8F) is known color: Jonquil. HEX triplet: ED, ED and 8F. RGB value is (237,237,143). Sum of RGB (Red+Green+Blue) = 237+237+143=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED8F is #121270. Grayscale: #E2E2E2. Windows color (decimal): -1184369 or 9432557. OLE color: 9432557.

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

Color convert

RGB 237 237 143 -
CMYK 0 0 0.40 0.07
HSL 60º 0.72% 0.75% -
HSV(B) 60º 0.4% 0.93% -
XYZ 70.17 80.56 37.84 -
YUV 226.28 81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 237 237 143 0 0 0.40 0.07 60 0.72 0.75
Hex ED ED 8F 0 0 28 7 3C 48 4B
Octal 355 355 217 0 0 50 7 74 110 113
Binary 11101101 11101101 10001111 0 0 101000 111 111100 1001000 1001011

Color Harmonies of #EDED8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED8F

Black with #EDED8F

Text Example


Text Example

White with #EDED8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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