Html Css Color HEX #EDBA44 Cream Can

📋 copy color: '#EDBA44'

red 237 ◦ green 186 ◦ blue 68

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

Shades of Cream Can #EDBA44

Tints of Cream Can #EDBA44

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

 BLUE value IS 68 (26.95% from 255) = 13.85%

R = 48.27%
G = 37.88%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDBA44 (or 0xEDBA44) is known color: Cream Can. HEX triplet: ED, BA and 44. RGB value is (237,186,68). Sum of RGB (Red+Green+Blue) = 237+186+68=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA44 is #1245BB. Grayscale: #BCBCBC. Windows color (decimal): -1197500 or 4504301. OLE color: 4504301.

HSL color Cylindrical-coordinate representation of color #EDBA44: hue angle of 41.89º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDBA44 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 68 -
CMYK 0 0.22 0.71 0.07
HSL 41.89º 0.82% 0.6% -
HSV(B) 41.89º 0.71% 0.93% -
XYZ 53.53 53.54 12.98 -
YUV 187.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 237 186 68 0 0.22 0.71 0.07 41.89 0.82 0.6
Hex ED BA 44 0 16 47 7 2A 52 3C
Octal 355 272 104 0 26 107 7 52 122 74
Binary 11101101 10111010 1000100 0 10110 1000111 111 101010 1010010 111100

Color Harmonies of #EDBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA44

Black with #EDBA44

Text Example


Text Example

White with #EDBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA44; }

 p { color: rgb(237,186,68); }

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

background-color css

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

 a { background-color: rgb(237,186,68); }

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

border-color css

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

 span { border-color: rgb(237,186,68); }

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