Html Css Color HEX #EDC24A Cream Can

📋 copy color: '#EDC24A'

red 237 ◦ green 194 ◦ blue 74

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

Shades of Cream Can #EDC24A

Tints of Cream Can #EDC24A

RGB

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

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

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

R = 46.93%
G = 38.42%
B = 14.65%

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

#EDC24A (or 0xEDC24A) is known color: Cream Can. HEX triplet: ED, C2 and 4A. RGB value is (237,194,74). Sum of RGB (Red+Green+Blue) = 237+194+74=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC24A is #123DB5. Grayscale: #C1C1C1. Windows color (decimal): -1195446 or 4899565. OLE color: 4899565.

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

Color convert

RGB 237 194 74 -
CMYK 0 0.18 0.69 0.07
HSL 44.17º 0.82% 0.61% -
HSV(B) 44.17º 0.69% 0.93% -
XYZ 55.45 57.08 14.57 -
YUV 193.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 237 194 74 0 0.18 0.69 0.07 44.17 0.82 0.61
Hex ED C2 4A 0 12 45 7 2C 52 3D
Octal 355 302 112 0 22 105 7 54 122 75
Binary 11101101 11000010 1001010 0 10010 1000101 111 101100 1010010 111101

Color Harmonies of #EDC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC24A

Black with #EDC24A

Text Example


Text Example

White with #EDC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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