Html Css Color HEX #EDBB4A Cream Can

📋 copy color: '#EDBB4A'

red 237 ◦ green 187 ◦ blue 74

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

Shades of Cream Can #EDBB4A

Tints of Cream Can #EDBB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.86%

R = 47.59%
G = 37.55%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDBB4A (or 0xEDBB4A) is known color: Cream Can. HEX triplet: ED, BB and 4A. RGB value is (237,187,74). Sum of RGB (Red+Green+Blue) = 237+187+74=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBB4A is #1244B5. Grayscale: #BDBDBD. Windows color (decimal): -1197238 or 4897773. OLE color: 4897773.

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

Color convert

RGB 237 187 74 -
CMYK 0 0.21 0.69 0.07
HSL 41.6º 0.82% 0.61% -
HSV(B) 41.6º 0.69% 0.93% -
XYZ 53.93 54.04 14.07 -
YUV 189.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 237 187 74 0 0.21 0.69 0.07 41.6 0.82 0.61
Hex ED BB 4A 0 15 45 7 2A 52 3D
Octal 355 273 112 0 25 105 7 52 122 75
Binary 11101101 10111011 1001010 0 10101 1000101 111 101010 1010010 111101

Color Harmonies of #EDBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB4A

Black with #EDBB4A

Text Example


Text Example

White with #EDBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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