Html Css Color HEX #EDC652 Cream Can

📋 copy color: '#EDC652'

red 237 ◦ green 198 ◦ blue 82

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

Shades of Cream Can #EDC652

Tints of Cream Can #EDC652

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

 BLUE value IS 82 (32.42% from 255) = 15.86%

R = 45.84%
G = 38.3%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC652 (or 0xEDC652) is known color: Cream Can. HEX triplet: ED, C6 and 52. RGB value is (237,198,82). Sum of RGB (Red+Green+Blue) = 237+198+82=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC652 is #1239AD. Grayscale: #C4C4C4. Windows color (decimal): -1194414 or 5424877. OLE color: 5424877.

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

Color convert

RGB 237 198 82 -
CMYK 0 0.16 0.65 0.07
HSL 44.9º 0.81% 0.63% -
HSV(B) 44.9º 0.65% 0.93% -
XYZ 56.64 59 16.39 -
YUV 196.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 237 198 82 0 0.16 0.65 0.07 44.9 0.81 0.63
Hex ED C6 52 0 10 41 7 2D 51 3F
Octal 355 306 122 0 20 101 7 55 121 77
Binary 11101101 11000110 1010010 0 10000 1000001 111 101101 1010001 111111

Color Harmonies of #EDC652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC652

Black with #EDC652

Text Example


Text Example

White with #EDC652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC652; }

 p { color: rgb(237,198,82); }

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

background-color css

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

 a { background-color: rgb(237,198,82); }

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

border-color css

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

 span { border-color: rgb(237,198,82); }

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