Html Css Color HEX #EDC04A Cream Can

📋 copy color: '#EDC04A'

red 237 ◦ green 192 ◦ blue 74

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

Shades of Cream Can #EDC04A

Tints of Cream Can #EDC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

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

R = 47.12%
G = 38.17%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDC04A (or 0xEDC04A) is known color: Cream Can. HEX triplet: ED, C0 and 4A. RGB value is (237,192,74). Sum of RGB (Red+Green+Blue) = 237+192+74=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC04A is #123FB5. Grayscale: #C0C0C0. Windows color (decimal): -1195958 or 4899053. OLE color: 4899053.

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

Color convert

RGB 237 192 74 -
CMYK 0 0.19 0.69 0.07
HSL 43.44º 0.82% 0.61% -
HSV(B) 43.44º 0.69% 0.93% -
XYZ 55.01 56.2 14.43 -
YUV 192 61.41 160.09 -
System Red Green Blue C M Y K H S L
Decimal 237 192 74 0 0.19 0.69 0.07 43.44 0.82 0.61
Hex ED C0 4A 0 13 45 7 2B 52 3D
Octal 355 300 112 0 23 105 7 53 122 75
Binary 11101101 11000000 1001010 0 10011 1000101 111 101011 1010010 111101

Color Harmonies of #EDC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC04A

Black with #EDC04A

Text Example


Text Example

White with #EDC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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