Html Css Color HEX #EDBF52 Cream Can

📋 copy color: '#EDBF52'

red 237 ◦ green 191 ◦ blue 82

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

Shades of Cream Can #EDBF52

Tints of Cream Can #EDBF52

RGB

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

 GREEN value IS 191 (75% from 255) = 37.45%

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

R = 46.47%
G = 37.45%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDBF52 (or 0xEDBF52) is known color: Cream Can. HEX triplet: ED, BF and 52. RGB value is (237,191,82). Sum of RGB (Red+Green+Blue) = 237+191+82=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF52 is #1240AD. Grayscale: #C0C0C0. Windows color (decimal): -1196206 or 5423085. OLE color: 5423085.

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

Color convert

RGB 237 191 82 -
CMYK 0 0.19 0.65 0.07
HSL 42.19º 0.81% 0.63% -
HSV(B) 42.19º 0.65% 0.93% -
XYZ 55.08 55.88 15.86 -
YUV 192.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 237 191 82 0 0.19 0.65 0.07 42.19 0.81 0.63
Hex ED BF 52 0 13 41 7 2A 51 3F
Octal 355 277 122 0 23 101 7 52 121 77
Binary 11101101 10111111 1010010 0 10011 1000001 111 101010 1010001 111111

Color Harmonies of #EDBF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF52

Black with #EDBF52

Text Example


Text Example

White with #EDBF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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