Html Css Color HEX #EDC85C Cream Can

📋 copy color: '#EDC85C'

red 237 ◦ green 200 ◦ blue 92

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

Shades of Cream Can #EDC85C

Tints of Cream Can #EDC85C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.81%

 BLUE value IS 92 (36.33% from 255) = 17.39%

R = 44.8%
G = 37.81%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDC85C (or 0xEDC85C) is known color: Cream Can. HEX triplet: ED, C8 and 5C. RGB value is (237,200,92). Sum of RGB (Red+Green+Blue) = 237+200+92=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC85C is #1237A3. Grayscale: #C7C7C7. Windows color (decimal): -1193892 or 6080749. OLE color: 6080749.

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

Color convert

RGB 237 200 92 -
CMYK 0 0.16 0.61 0.07
HSL 44.69º 0.8% 0.65% -
HSV(B) 44.69º 0.61% 0.93% -
XYZ 57.51 60.09 18.69 -
YUV 198.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 237 200 92 0 0.16 0.61 0.07 44.69 0.8 0.65
Hex ED C8 5C 0 10 3D 7 2D 50 41
Octal 355 310 134 0 20 75 7 55 120 101
Binary 11101101 11001000 1011100 0 10000 111101 111 101101 1010000 1000001

Color Harmonies of #EDC85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC85C

Black with #EDC85C

Text Example


Text Example

White with #EDC85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC85C; }

 p { color: rgb(237,200,92); }

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

background-color css

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

 a { background-color: rgb(237,200,92); }

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

border-color css

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

 span { border-color: rgb(237,200,92); }

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