Html Css Color HEX #EDC148 Cream Can

📋 copy color: '#EDC148'

red 237 ◦ green 193 ◦ blue 72

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

Shades of Cream Can #EDC148

Tints of Cream Can #EDC148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.45%

 BLUE value IS 72 (28.52% from 255) = 14.34%

R = 47.21%
G = 38.45%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC148 (or 0xEDC148) is known color: Cream Can. HEX triplet: ED, C1 and 48. RGB value is (237,193,72). Sum of RGB (Red+Green+Blue) = 237+193+72=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC148 is #123EB7. Grayscale: #C0C0C0. Windows color (decimal): -1195704 or 4768237. OLE color: 4768237.

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

Color convert

RGB 237 193 72 -
CMYK 0 0.19 0.70 0.07
HSL 44º 0.82% 0.61% -
HSV(B) 44º 0.7% 0.93% -
XYZ 55.16 56.61 14.15 -
YUV 192.36 60.08 159.84 -
System Red Green Blue C M Y K H S L
Decimal 237 193 72 0 0.19 0.70 0.07 44 0.82 0.61
Hex ED C1 48 0 13 46 7 2C 52 3D
Octal 355 301 110 0 23 106 7 54 122 75
Binary 11101101 11000001 1001000 0 10011 1000110 111 101100 1010010 111101

Color Harmonies of #EDC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC148

Black with #EDC148

Text Example


Text Example

White with #EDC148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC148; }

 p { color: rgb(237,193,72); }

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

background-color css

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

 a { background-color: rgb(237,193,72); }

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

border-color css

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

 span { border-color: rgb(237,193,72); }

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