Html Css Color HEX #EDC954 Cream Can

📋 copy color: '#EDC954'

red 237 ◦ green 201 ◦ blue 84

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

Shades of Cream Can #EDC954

Tints of Cream Can #EDC954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.09%

R = 45.4%
G = 38.51%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC954 (or 0xEDC954) is known color: Cream Can. HEX triplet: ED, C9 and 54. RGB value is (237,201,84). Sum of RGB (Red+Green+Blue) = 237+201+84=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC954 is #1236AB. Grayscale: #C6C6C6. Windows color (decimal): -1193644 or 5556717. OLE color: 5556717.

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

Color convert

RGB 237 201 84 -
CMYK 0 0.15 0.65 0.07
HSL 45.88º 0.81% 0.63% -
HSV(B) 45.88º 0.65% 0.93% -
XYZ 57.41 60.42 17.02 -
YUV 198.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 237 201 84 0 0.15 0.65 0.07 45.88 0.81 0.63
Hex ED C9 54 0 F 41 7 2E 51 3F
Octal 355 311 124 0 17 101 7 56 121 77
Binary 11101101 11001001 1010100 0 1111 1000001 111 101110 1010001 111111

Color Harmonies of #EDC954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC954

Black with #EDC954

Text Example


Text Example

White with #EDC954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC954; }

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

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

background-color css

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

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

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

border-color css

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

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

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