Html Css Color HEX #EDBB40 Cream Can

📋 copy color: '#EDBB40'

red 237 ◦ green 187 ◦ blue 64

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

Shades of Cream Can #EDBB40

Tints of Cream Can #EDBB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

 BLUE value IS 64 (25.39% from 255) = 13.11%

R = 48.57%
G = 38.32%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDBB40 (or 0xEDBB40) is known color: Cream Can. HEX triplet: ED, BB and 40. RGB value is (237,187,64). Sum of RGB (Red+Green+Blue) = 237+187+64=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBB40 is #1244BF. Grayscale: #BCBCBC. Windows color (decimal): -1197248 or 4242413. OLE color: 4242413.

HSL color Cylindrical-coordinate representation of color #EDBB40: hue angle of 42.66º 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 #EDBB40 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 64 -
CMYK 0 0.21 0.73 0.07
HSL 42.66º 0.83% 0.59% -
HSV(B) 42.66º 0.73% 0.93% -
XYZ 53.62 53.92 12.43 -
YUV 187.93 58.07 163 -
System Red Green Blue C M Y K H S L
Decimal 237 187 64 0 0.21 0.73 0.07 42.66 0.83 0.59
Hex ED BB 40 0 15 49 7 2B 53 3B
Octal 355 273 100 0 25 111 7 53 123 73
Binary 11101101 10111011 1000000 0 10101 1001001 111 101011 1010011 111011

Color Harmonies of #EDBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB40

Black with #EDBB40

Text Example


Text Example

White with #EDBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB40; }

 p { color: rgb(237,187,64); }

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

background-color css

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

 a { background-color: rgb(237,187,64); }

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

border-color css

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

 span { border-color: rgb(237,187,64); }

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