Html Css Color HEX #EDC551 Cream Can

📋 copy color: '#EDC551'

red 237 ◦ green 197 ◦ blue 81

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

Shades of Cream Can #EDC551

Tints of Cream Can #EDC551

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.25%

 BLUE value IS 81 (32.03% from 255) = 15.73%

R = 46.02%
G = 38.25%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDC551 (or 0xEDC551) is known color: Cream Can. HEX triplet: ED, C5 and 51. RGB value is (237,197,81). Sum of RGB (Red+Green+Blue) = 237+197+81=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC551 is #123AAE. Grayscale: #C4C4C4. Windows color (decimal): -1194671 or 5359085. OLE color: 5359085.

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

Color convert

RGB 237 197 81 -
CMYK 0 0.17 0.66 0.07
HSL 44.62º 0.81% 0.62% -
HSV(B) 44.62º 0.66% 0.93% -
XYZ 56.38 58.53 16.11 -
YUV 195.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 237 197 81 0 0.17 0.66 0.07 44.62 0.81 0.62
Hex ED C5 51 0 11 42 7 2D 51 3E
Octal 355 305 121 0 21 102 7 55 121 76
Binary 11101101 11000101 1010001 0 10001 1000010 111 101101 1010001 111110

Color Harmonies of #EDC551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC551

Black with #EDC551

Text Example


Text Example

White with #EDC551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC551; }

 p { color: rgb(237,197,81); }

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

background-color css

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

 a { background-color: rgb(237,197,81); }

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

border-color css

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

 span { border-color: rgb(237,197,81); }

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