Html Css Color HEX #EDC254 Cream Can

📋 copy color: '#EDC254'

red 237 ◦ green 194 ◦ blue 84

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

Shades of Cream Can #EDC254

Tints of Cream Can #EDC254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.67%

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

R = 46.02%
G = 37.67%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC254 (or 0xEDC254) is known color: Cream Can. HEX triplet: ED, C2 and 54. RGB value is (237,194,84). Sum of RGB (Red+Green+Blue) = 237+194+84=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC254 is #123DAB. Grayscale: #C2C2C2. Windows color (decimal): -1195436 or 5554925. OLE color: 5554925.

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

Color convert

RGB 237 194 84 -
CMYK 0 0.18 0.65 0.07
HSL 43.14º 0.81% 0.63% -
HSV(B) 43.14º 0.65% 0.93% -
XYZ 55.82 57.23 16.49 -
YUV 194.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 237 194 84 0 0.18 0.65 0.07 43.14 0.81 0.63
Hex ED C2 54 0 12 41 7 2B 51 3F
Octal 355 302 124 0 22 101 7 53 121 77
Binary 11101101 11000010 1010100 0 10010 1000001 111 101011 1010001 111111

Color Harmonies of #EDC254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC254

Black with #EDC254

Text Example


Text Example

White with #EDC254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC254; }

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

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

background-color css

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

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

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

border-color css

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

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

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