Html Css Color HEX #EDC349 Cream Can

📋 copy color: '#EDC349'

red 237 ◦ green 195 ◦ blue 73

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

Shades of Cream Can #EDC349

Tints of Cream Can #EDC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.61%

 BLUE value IS 73 (28.91% from 255) = 14.46%

R = 46.93%
G = 38.61%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDC349 (or 0xEDC349) is known color: Cream Can. HEX triplet: ED, C3 and 49. RGB value is (237,195,73). Sum of RGB (Red+Green+Blue) = 237+195+73=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC349 is #123CB6. Grayscale: #C2C2C2. Windows color (decimal): -1195191 or 4834285. OLE color: 4834285.

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

Color convert

RGB 237 195 73 -
CMYK 0 0.18 0.69 0.07
HSL 44.63º 0.82% 0.61% -
HSV(B) 44.63º 0.69% 0.93% -
XYZ 55.64 57.52 14.47 -
YUV 193.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 237 195 73 0 0.18 0.69 0.07 44.63 0.82 0.61
Hex ED C3 49 0 12 45 7 2D 52 3D
Octal 355 303 111 0 22 105 7 55 122 75
Binary 11101101 11000011 1001001 0 10010 1000101 111 101101 1010010 111101

Color Harmonies of #EDC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC349

Black with #EDC349

Text Example


Text Example

White with #EDC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC349; }

 p { color: rgb(237,195,73); }

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

background-color css

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

 a { background-color: rgb(237,195,73); }

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

border-color css

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

 span { border-color: rgb(237,195,73); }

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