Html Css Color HEX #EDBA41 Cream Can

📋 copy color: '#EDBA41'

red 237 ◦ green 186 ◦ blue 65

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

Shades of Cream Can #EDBA41

Tints of Cream Can #EDBA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.32%

R = 48.57%
G = 38.11%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDBA41 (or 0xEDBA41) is known color: Cream Can. HEX triplet: ED, BA and 41. RGB value is (237,186,65). Sum of RGB (Red+Green+Blue) = 237+186+65=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA41 is #1245BE. Grayscale: #BBBBBB. Windows color (decimal): -1197503 or 4307693. OLE color: 4307693.

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

Color convert

RGB 237 186 65 -
CMYK 0 0.22 0.73 0.07
HSL 42.21º 0.83% 0.59% -
HSV(B) 42.21º 0.73% 0.93% -
XYZ 53.44 53.5 12.51 -
YUV 187.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 237 186 65 0 0.22 0.73 0.07 42.21 0.83 0.59
Hex ED BA 41 0 16 49 7 2A 53 3B
Octal 355 272 101 0 26 111 7 52 123 73
Binary 11101101 10111010 1000001 0 10110 1001001 111 101010 1010011 111011

Color Harmonies of #EDBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA41

Black with #EDBA41

Text Example


Text Example

White with #EDBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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