Html Css Color HEX #EDC24C Cream Can

📋 copy color: '#EDC24C'

red 237 ◦ green 194 ◦ blue 76

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

Shades of Cream Can #EDC24C

Tints of Cream Can #EDC24C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.26%

 BLUE value IS 76 (30.08% from 255) = 14.99%

R = 46.75%
G = 38.26%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDC24C (or 0xEDC24C) is known color: Cream Can. HEX triplet: ED, C2 and 4C. RGB value is (237,194,76). Sum of RGB (Red+Green+Blue) = 237+194+76=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC24C is #123DB3. Grayscale: #C1C1C1. Windows color (decimal): -1195444 or 5030637. OLE color: 5030637.

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

Color convert

RGB 237 194 76 -
CMYK 0 0.18 0.68 0.07
HSL 43.98º 0.82% 0.61% -
HSV(B) 43.98º 0.68% 0.93% -
XYZ 55.52 57.11 14.93 -
YUV 193.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 237 194 76 0 0.18 0.68 0.07 43.98 0.82 0.61
Hex ED C2 4C 0 12 44 7 2C 52 3D
Octal 355 302 114 0 22 104 7 54 122 75
Binary 11101101 11000010 1001100 0 10010 1000100 111 101100 1010010 111101

Color Harmonies of #EDC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC24C

Black with #EDC24C

Text Example


Text Example

White with #EDC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC24C; }

 p { color: rgb(237,194,76); }

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

background-color css

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

 a { background-color: rgb(237,194,76); }

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

border-color css

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

 span { border-color: rgb(237,194,76); }

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