Html Css Color HEX #EDC459 Cream Can

📋 copy color: '#EDC459'

red 237 ◦ green 196 ◦ blue 89

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

Shades of Cream Can #EDC459

Tints of Cream Can #EDC459

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.55%

 BLUE value IS 89 (35.16% from 255) = 17.05%

R = 45.4%
G = 37.55%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC459 (or 0xEDC459) is known color: Cream Can. HEX triplet: ED, C4 and 59. RGB value is (237,196,89). Sum of RGB (Red+Green+Blue) = 237+196+89=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC459 is #123BA6. Grayscale: #C4C4C4. Windows color (decimal): -1194919 or 5883117. OLE color: 5883117.

HSL color Cylindrical-coordinate representation of color #EDC459: hue angle of 43.38º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDC459 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 89 -
CMYK 0 0.17 0.62 0.07
HSL 43.38º 0.8% 0.64% -
HSV(B) 43.38º 0.62% 0.93% -
XYZ 56.47 58.21 17.71 -
YUV 196.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 237 196 89 0 0.17 0.62 0.07 43.38 0.8 0.64
Hex ED C4 59 0 11 3E 7 2B 50 40
Octal 355 304 131 0 21 76 7 53 120 100
Binary 11101101 11000100 1011001 0 10001 111110 111 101011 1010000 1000000

Color Harmonies of #EDC459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC459

Black with #EDC459

Text Example


Text Example

White with #EDC459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC459; }

 p { color: rgb(237,196,89); }

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

background-color css

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

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

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

border-color css

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

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

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