Html Css Color HEX #EDC64F Cream Can

📋 copy color: '#EDC64F'

red 237 ◦ green 198 ◦ blue 79

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

Shades of Cream Can #EDC64F

Tints of Cream Can #EDC64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.37%

R = 46.11%
G = 38.52%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDC64F (or 0xEDC64F) is known color: Cream Can. HEX triplet: ED, C6 and 4F. RGB value is (237,198,79). Sum of RGB (Red+Green+Blue) = 237+198+79=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC64F is #1239B0. Grayscale: #C4C4C4. Windows color (decimal): -1194417 or 5228269. OLE color: 5228269.

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

Color convert

RGB 237 198 79 -
CMYK 0 0.16 0.67 0.07
HSL 45.19º 0.81% 0.62% -
HSV(B) 45.19º 0.67% 0.93% -
XYZ 56.53 58.96 15.8 -
YUV 196.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 237 198 79 0 0.16 0.67 0.07 45.19 0.81 0.62
Hex ED C6 4F 0 10 43 7 2D 51 3E
Octal 355 306 117 0 20 103 7 55 121 76
Binary 11101101 11000110 1001111 0 10000 1000011 111 101101 1010001 111110

Color Harmonies of #EDC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC64F

Black with #EDC64F

Text Example


Text Example

White with #EDC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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