Html Css Color HEX #EDC95C Cream Can

📋 copy color: '#EDC95C'

red 237 ◦ green 201 ◦ blue 92

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

Shades of Cream Can #EDC95C

Tints of Cream Can #EDC95C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.92%

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

R = 44.72%
G = 37.92%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDC95C (or 0xEDC95C) is known color: Cream Can. HEX triplet: ED, C9 and 5C. RGB value is (237,201,92). Sum of RGB (Red+Green+Blue) = 237+201+92=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC95C is #1236A3. Grayscale: #C7C7C7. Windows color (decimal): -1193636 or 6081005. OLE color: 6081005.

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

Color convert

RGB 237 201 92 -
CMYK 0 0.15 0.61 0.07
HSL 45.1º 0.8% 0.65% -
HSV(B) 45.1º 0.61% 0.93% -
XYZ 57.74 60.55 18.77 -
YUV 199.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 237 201 92 0 0.15 0.61 0.07 45.1 0.8 0.65
Hex ED C9 5C 0 F 3D 7 2D 50 41
Octal 355 311 134 0 17 75 7 55 120 101
Binary 11101101 11001001 1011100 0 1111 111101 111 101101 1010000 1000001

Color Harmonies of #EDC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC95C

Black with #EDC95C

Text Example


Text Example

White with #EDC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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