Html Css Color HEX #EDC758 Cream Can

📋 copy color: '#EDC758'

red 237 ◦ green 199 ◦ blue 88

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

Shades of Cream Can #EDC758

Tints of Cream Can #EDC758

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.98%

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

R = 45.23%
G = 37.98%
B = 16.79%

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

#EDC758 (or 0xEDC758) is known color: Cream Can. HEX triplet: ED, C7 and 58. RGB value is (237,199,88). Sum of RGB (Red+Green+Blue) = 237+199+88=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC758 is #1238A7. Grayscale: #C6C6C6. Windows color (decimal): -1194152 or 5818349. OLE color: 5818349.

HSL color Cylindrical-coordinate representation of color #EDC758: hue angle of 44.7º 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 #EDC758 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 88 -
CMYK 0 0.16 0.63 0.07
HSL 44.7º 0.81% 0.64% -
HSV(B) 44.7º 0.63% 0.93% -
XYZ 57.11 59.56 17.72 -
YUV 197.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 237 199 88 0 0.16 0.63 0.07 44.7 0.81 0.64
Hex ED C7 58 0 10 3F 7 2D 51 40
Octal 355 307 130 0 20 77 7 55 121 100
Binary 11101101 11000111 1011000 0 10000 111111 111 101101 1010001 1000000

Color Harmonies of #EDC758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC758

Black with #EDC758

Text Example


Text Example

White with #EDC758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC758; }

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

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

background-color css

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

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

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

border-color css

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

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

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