Html Css Color HEX #EDC25C Cream Can

📋 copy color: '#EDC25C'

red 237 ◦ green 194 ◦ blue 92

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

Shades of Cream Can #EDC25C

Tints of Cream Can #EDC25C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.09%

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

R = 45.32%
G = 37.09%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDC25C (or 0xEDC25C) is known color: Cream Can. HEX triplet: ED, C2 and 5C. RGB value is (237,194,92). Sum of RGB (Red+Green+Blue) = 237+194+92=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC25C is #123DA3. Grayscale: #C3C3C3. Windows color (decimal): -1195428 or 6079213. OLE color: 6079213.

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

Color convert

RGB 237 194 92 -
CMYK 0 0.18 0.61 0.07
HSL 42.21º 0.8% 0.65% -
HSV(B) 42.21º 0.61% 0.93% -
XYZ 56.15 57.36 18.24 -
YUV 195.23 69.75 157.79 -
System Red Green Blue C M Y K H S L
Decimal 237 194 92 0 0.18 0.61 0.07 42.21 0.8 0.65
Hex ED C2 5C 0 12 3D 7 2A 50 41
Octal 355 302 134 0 22 75 7 52 120 101
Binary 11101101 11000010 1011100 0 10010 111101 111 101010 1010000 1000001

Color Harmonies of #EDC25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC25C

Black with #EDC25C

Text Example


Text Example

White with #EDC25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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