Html Css Color HEX #EDBE50 Cream Can

📋 copy color: '#EDBE50'

red 237 ◦ green 190 ◦ blue 80

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

Shades of Cream Can #EDBE50

Tints of Cream Can #EDBE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.78%

R = 46.75%
G = 37.48%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDBE50 (or 0xEDBE50) is known color: Cream Can. HEX triplet: ED, BE and 50. RGB value is (237,190,80). Sum of RGB (Red+Green+Blue) = 237+190+80=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE50 is #1241AF. Grayscale: #C0C0C0. Windows color (decimal): -1196464 or 5291757. OLE color: 5291757.

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

Color convert

RGB 237 190 80 -
CMYK 0 0.20 0.66 0.07
HSL 42.04º 0.81% 0.62% -
HSV(B) 42.04º 0.66% 0.93% -
XYZ 54.79 55.41 15.4 -
YUV 191.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 237 190 80 0 0.20 0.66 0.07 42.04 0.81 0.62
Hex ED BE 50 0 14 42 7 2A 51 3E
Octal 355 276 120 0 24 102 7 52 121 76
Binary 11101101 10111110 1010000 0 10100 1000010 111 101010 1010001 111110

Color Harmonies of #EDBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE50

Black with #EDBE50

Text Example


Text Example

White with #EDBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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