Html Css Color HEX #EDC358 Cream Can

📋 copy color: '#EDC358'

red 237 ◦ green 195 ◦ blue 88

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

Shades of Cream Can #EDC358

Tints of Cream Can #EDC358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.5%

 BLUE value IS 88 (34.77% from 255) = 16.92%

R = 45.58%
G = 37.5%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDC358 (or 0xEDC358) is known color: Cream Can. HEX triplet: ED, C3 and 58. RGB value is (237,195,88). Sum of RGB (Red+Green+Blue) = 237+195+88=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC358 is #123CA7. Grayscale: #C3C3C3. Windows color (decimal): -1195176 or 5817325. OLE color: 5817325.

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

Color convert

RGB 237 195 88 -
CMYK 0 0.18 0.63 0.07
HSL 43.09º 0.81% 0.64% -
HSV(B) 43.09º 0.63% 0.93% -
XYZ 56.2 57.74 17.42 -
YUV 195.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 237 195 88 0 0.18 0.63 0.07 43.09 0.81 0.64
Hex ED C3 58 0 12 3F 7 2B 51 40
Octal 355 303 130 0 22 77 7 53 121 100
Binary 11101101 11000011 1011000 0 10010 111111 111 101011 1010001 1000000

Color Harmonies of #EDC358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC358

Black with #EDC358

Text Example


Text Example

White with #EDC358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC358; }

 p { color: rgb(237,195,88); }

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

background-color css

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

 a { background-color: rgb(237,195,88); }

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

border-color css

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

 span { border-color: rgb(237,195,88); }

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