Html Css Color HEX #EDBE55 Cream Can

📋 copy color: '#EDBE55'

red 237 ◦ green 190 ◦ blue 85

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

Shades of Cream Can #EDBE55

Tints of Cream Can #EDBE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.6%

R = 46.29%
G = 37.11%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDBE55 (or 0xEDBE55) is known color: Cream Can. HEX triplet: ED, BE and 55. RGB value is (237,190,85). Sum of RGB (Red+Green+Blue) = 237+190+85=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE55 is #1241AA. Grayscale: #C0C0C0. Windows color (decimal): -1196459 or 5619437. OLE color: 5619437.

HSL color Cylindrical-coordinate representation of color #EDBE55: hue angle of 41.45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDBE55 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 85 -
CMYK 0 0.20 0.64 0.07
HSL 41.45º 0.81% 0.63% -
HSV(B) 41.45º 0.64% 0.93% -
XYZ 54.98 55.49 16.41 -
YUV 192.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 237 190 85 0 0.20 0.64 0.07 41.45 0.81 0.63
Hex ED BE 55 0 14 40 7 29 51 3F
Octal 355 276 125 0 24 100 7 51 121 77
Binary 11101101 10111110 1010101 0 10100 1000000 111 101001 1010001 111111

Color Harmonies of #EDBE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE55

Black with #EDBE55

Text Example


Text Example

White with #EDBE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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