Html Css Color HEX #EDBE5A Cream Can

📋 copy color: '#EDBE5A'

red 237 ◦ green 190 ◦ blue 90

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

Shades of Cream Can #EDBE5A

Tints of Cream Can #EDBE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 45.84%
G = 36.75%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDBE5A (or 0xEDBE5A) is known color: Cream Can. HEX triplet: ED, BE and 5A. RGB value is (237,190,90). Sum of RGB (Red+Green+Blue) = 237+190+90=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE5A is #1241A5. Grayscale: #C1C1C1. Windows color (decimal): -1196454 or 5947117. OLE color: 5947117.

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

Color convert

RGB 237 190 90 -
CMYK 0 0.20 0.62 0.07
HSL 40.82º 0.8% 0.64% -
HSV(B) 40.82º 0.62% 0.93% -
XYZ 55.18 55.57 17.49 -
YUV 192.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 237 190 90 0 0.20 0.62 0.07 40.82 0.8 0.64
Hex ED BE 5A 0 14 3E 7 29 50 40
Octal 355 276 132 0 24 76 7 51 120 100
Binary 11101101 10111110 1011010 0 10100 111110 111 101001 1010000 1000000

Color Harmonies of #EDBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE5A

Black with #EDBE5A

Text Example


Text Example

White with #EDBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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