Html Css Color HEX #EDC955 Cream Can

📋 copy color: '#EDC955'

red 237 ◦ green 201 ◦ blue 85

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

Shades of Cream Can #EDC955

Tints of Cream Can #EDC955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.43%

 BLUE value IS 85 (33.59% from 255) = 16.25%

R = 45.32%
G = 38.43%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDC955 (or 0xEDC955) is known color: Cream Can. HEX triplet: ED, C9 and 55. RGB value is (237,201,85). Sum of RGB (Red+Green+Blue) = 237+201+85=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC955 is #1236AA. Grayscale: #C7C7C7. Windows color (decimal): -1193643 or 5622253. OLE color: 5622253.

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

Color convert

RGB 237 201 85 -
CMYK 0 0.15 0.64 0.07
HSL 45.79º 0.81% 0.63% -
HSV(B) 45.79º 0.64% 0.93% -
XYZ 57.45 60.43 17.23 -
YUV 198.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 237 201 85 0 0.15 0.64 0.07 45.79 0.81 0.63
Hex ED C9 55 0 F 40 7 2E 51 3F
Octal 355 311 125 0 17 100 7 56 121 77
Binary 11101101 11001001 1010101 0 1111 1000000 111 101110 1010001 111111

Color Harmonies of #EDC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC955

Black with #EDC955

Text Example


Text Example

White with #EDC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC955; }

 p { color: rgb(237,201,85); }

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

background-color css

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

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

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

border-color css

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

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

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