Html Css Color HEX #EDC64D Cream Can

📋 copy color: '#EDC64D'

red 237 ◦ green 198 ◦ blue 77

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

Shades of Cream Can #EDC64D

Tints of Cream Can #EDC64D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

 BLUE value IS 77 (30.47% from 255) = 15.04%

R = 46.29%
G = 38.67%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDC64D (or 0xEDC64D) is known color: Cream Can. HEX triplet: ED, C6 and 4D. RGB value is (237,198,77). Sum of RGB (Red+Green+Blue) = 237+198+77=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC64D is #1239B2. Grayscale: #C4C4C4. Windows color (decimal): -1194419 or 5097197. OLE color: 5097197.

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

Color convert

RGB 237 198 77 -
CMYK 0 0.16 0.68 0.07
HSL 45.38º 0.82% 0.62% -
HSV(B) 45.38º 0.68% 0.93% -
XYZ 56.46 58.93 15.42 -
YUV 195.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 237 198 77 0 0.16 0.68 0.07 45.38 0.82 0.62
Hex ED C6 4D 0 10 44 7 2D 52 3E
Octal 355 306 115 0 20 104 7 55 122 76
Binary 11101101 11000110 1001101 0 10000 1000100 111 101101 1010010 111110

Color Harmonies of #EDC64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC64D

Black with #EDC64D

Text Example


Text Example

White with #EDC64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC64D; }

 p { color: rgb(237,198,77); }

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

background-color css

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

 a { background-color: rgb(237,198,77); }

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

border-color css

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

 span { border-color: rgb(237,198,77); }

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