Html Css Color HEX #EDBE54 Cream Can

📋 copy color: '#EDBE54'

red 237 ◦ green 190 ◦ blue 84

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

Shades of Cream Can #EDBE54

Tints of Cream Can #EDBE54

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.18%

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

R = 46.38%
G = 37.18%
B = 16.44%

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

#EDBE54 (or 0xEDBE54) is known color: Cream Can. HEX triplet: ED, BE and 54. RGB value is (237,190,84). Sum of RGB (Red+Green+Blue) = 237+190+84=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE54 is #1241AB. Grayscale: #C0C0C0. Windows color (decimal): -1196460 or 5553901. OLE color: 5553901.

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

Color convert

RGB 237 190 84 -
CMYK 0 0.20 0.65 0.07
HSL 41.57º 0.81% 0.63% -
HSV(B) 41.57º 0.65% 0.93% -
XYZ 54.94 55.47 16.2 -
YUV 191.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 237 190 84 0 0.20 0.65 0.07 41.57 0.81 0.63
Hex ED BE 54 0 14 41 7 2A 51 3F
Octal 355 276 124 0 24 101 7 52 121 77
Binary 11101101 10111110 1010100 0 10100 1000001 111 101010 1010001 111111

Color Harmonies of #EDBE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE54

Black with #EDBE54

Text Example


Text Example

White with #EDBE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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