Html Css Color HEX #EDC75C Cream Can

📋 copy color: '#EDC75C'

red 237 ◦ green 199 ◦ blue 92

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

Shades of Cream Can #EDC75C

Tints of Cream Can #EDC75C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.69%

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

R = 44.89%
G = 37.69%
B = 17.42%

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

#EDC75C (or 0xEDC75C) is known color: Cream Can. HEX triplet: ED, C7 and 5C. RGB value is (237,199,92). Sum of RGB (Red+Green+Blue) = 237+199+92=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC75C is #1238A3. Grayscale: #C6C6C6. Windows color (decimal): -1194148 or 6080493. OLE color: 6080493.

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

Color convert

RGB 237 199 92 -
CMYK 0 0.16 0.61 0.07
HSL 44.28º 0.8% 0.65% -
HSV(B) 44.28º 0.61% 0.93% -
XYZ 57.28 59.62 18.61 -
YUV 198.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 237 199 92 0 0.16 0.61 0.07 44.28 0.8 0.65
Hex ED C7 5C 0 10 3D 7 2C 50 41
Octal 355 307 134 0 20 75 7 54 120 101
Binary 11101101 11000111 1011100 0 10000 111101 111 101100 1010000 1000001

Color Harmonies of #EDC75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC75C

Black with #EDC75C

Text Example


Text Example

White with #EDC75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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