Html Css Color HEX #EDC858 Cream Can

📋 copy color: '#EDC858'

red 237 ◦ green 200 ◦ blue 88

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

Shades of Cream Can #EDC858

Tints of Cream Can #EDC858

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.1%

 BLUE value IS 88 (34.77% from 255) = 16.76%

R = 45.14%
G = 38.1%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDC858 (or 0xEDC858) is known color: Cream Can. HEX triplet: ED, C8 and 58. RGB value is (237,200,88). Sum of RGB (Red+Green+Blue) = 237+200+88=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC858 is #1237A7. Grayscale: #C6C6C6. Windows color (decimal): -1193896 or 5818605. OLE color: 5818605.

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

Color convert

RGB 237 200 88 -
CMYK 0 0.16 0.63 0.07
HSL 45.1º 0.81% 0.64% -
HSV(B) 45.1º 0.63% 0.93% -
XYZ 57.34 60.02 17.79 -
YUV 198.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 237 200 88 0 0.16 0.63 0.07 45.1 0.81 0.64
Hex ED C8 58 0 10 3F 7 2D 51 40
Octal 355 310 130 0 20 77 7 55 121 100
Binary 11101101 11001000 1011000 0 10000 111111 111 101101 1010001 1000000

Color Harmonies of #EDC858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC858

Black with #EDC858

Text Example


Text Example

White with #EDC858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC858; }

 p { color: rgb(237,200,88); }

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

background-color css

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

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

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

border-color css

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

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

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