Html Css Color HEX #EDC45B Cream Can

📋 copy color: '#EDC45B'

red 237 ◦ green 196 ◦ blue 91

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

Shades of Cream Can #EDC45B

Tints of Cream Can #EDC45B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.4%

 BLUE value IS 91 (35.94% from 255) = 17.37%

R = 45.23%
G = 37.4%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC45B (or 0xEDC45B) is known color: Cream Can. HEX triplet: ED, C4 and 5B. RGB value is (237,196,91). Sum of RGB (Red+Green+Blue) = 237+196+91=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC45B is #123BA4. Grayscale: #C4C4C4. Windows color (decimal): -1194917 or 6014189. OLE color: 6014189.

HSL color Cylindrical-coordinate representation of color #EDC45B: hue angle of 43.15º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDC45B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 91 -
CMYK 0 0.17 0.62 0.07
HSL 43.15º 0.8% 0.64% -
HSV(B) 43.15º 0.62% 0.93% -
XYZ 56.55 58.24 18.16 -
YUV 196.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 237 196 91 0 0.17 0.62 0.07 43.15 0.8 0.64
Hex ED C4 5B 0 11 3E 7 2B 50 40
Octal 355 304 133 0 21 76 7 53 120 100
Binary 11101101 11000100 1011011 0 10001 111110 111 101011 1010000 1000000

Color Harmonies of #EDC45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC45B

Black with #EDC45B

Text Example


Text Example

White with #EDC45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC45B; }

 p { color: rgb(237,196,91); }

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

background-color css

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

 a { background-color: rgb(237,196,91); }

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

border-color css

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

 span { border-color: rgb(237,196,91); }

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