Html Css Color HEX #EDBA42 Cream Can

📋 copy color: '#EDBA42'

red 237 ◦ green 186 ◦ blue 66

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

Shades of Cream Can #EDBA42

Tints of Cream Can #EDBA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.5%

R = 48.47%
G = 38.04%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDBA42 (or 0xEDBA42) is known color: Cream Can. HEX triplet: ED, BA and 42. RGB value is (237,186,66). Sum of RGB (Red+Green+Blue) = 237+186+66=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA42 is #1245BD. Grayscale: #BCBCBC. Windows color (decimal): -1197502 or 4373229. OLE color: 4373229.

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

Color convert

RGB 237 186 66 -
CMYK 0 0.22 0.72 0.07
HSL 42.11º 0.83% 0.59% -
HSV(B) 42.11º 0.72% 0.93% -
XYZ 53.47 53.52 12.67 -
YUV 187.57 59.4 163.26 -
System Red Green Blue C M Y K H S L
Decimal 237 186 66 0 0.22 0.72 0.07 42.11 0.83 0.59
Hex ED BA 42 0 16 48 7 2A 53 3B
Octal 355 272 102 0 26 110 7 52 123 73
Binary 11101101 10111010 1000010 0 10110 1001000 111 101010 1010011 111011

Color Harmonies of #EDBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA42

Black with #EDBA42

Text Example


Text Example

White with #EDBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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