Html Css Color HEX #EDBD54 Cream Can

📋 copy color: '#EDBD54'

red 237 ◦ green 189 ◦ blue 84

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

Shades of Cream Can #EDBD54

Tints of Cream Can #EDBD54

RGB

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

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

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

R = 46.47%
G = 37.06%
B = 16.47%

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

#EDBD54 (or 0xEDBD54) is known color: Cream Can. HEX triplet: ED, BD and 54. RGB value is (237,189,84). Sum of RGB (Red+Green+Blue) = 237+189+84=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD54 is #1242AB. Grayscale: #BFBFBF. Windows color (decimal): -1196716 or 5553645. OLE color: 5553645.

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

Color convert

RGB 237 189 84 -
CMYK 0 0.20 0.65 0.07
HSL 41.18º 0.81% 0.63% -
HSV(B) 41.18º 0.65% 0.93% -
XYZ 54.72 55.04 16.13 -
YUV 191.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 237 189 84 0 0.20 0.65 0.07 41.18 0.81 0.63
Hex ED BD 54 0 14 41 7 29 51 3F
Octal 355 275 124 0 24 101 7 51 121 77
Binary 11101101 10111101 1010100 0 10100 1000001 111 101001 1010001 111111

Color Harmonies of #EDBD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD54

Black with #EDBD54

Text Example


Text Example

White with #EDBD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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