Html Css Color HEX #EDBD52 Cream Can

📋 copy color: '#EDBD52'

red 237 ◦ green 189 ◦ blue 82

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

Shades of Cream Can #EDBD52

Tints of Cream Can #EDBD52

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

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

R = 46.65%
G = 37.2%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDBD52 (or 0xEDBD52) is known color: Cream Can. HEX triplet: ED, BD and 52. RGB value is (237,189,82). Sum of RGB (Red+Green+Blue) = 237+189+82=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD52 is #1242AD. Grayscale: #BFBFBF. Windows color (decimal): -1196718 or 5422573. OLE color: 5422573.

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

Color convert

RGB 237 189 82 -
CMYK 0 0.20 0.65 0.07
HSL 41.42º 0.81% 0.63% -
HSV(B) 41.42º 0.65% 0.93% -
XYZ 54.65 55.01 15.72 -
YUV 191.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 237 189 82 0 0.20 0.65 0.07 41.42 0.81 0.63
Hex ED BD 52 0 14 41 7 29 51 3F
Octal 355 275 122 0 24 101 7 51 121 77
Binary 11101101 10111101 1010010 0 10100 1000001 111 101001 1010001 111111

Color Harmonies of #EDBD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD52

Black with #EDBD52

Text Example


Text Example

White with #EDBD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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