Html Css Color HEX #EDC35E Cream Can

📋 copy color: '#EDC35E'

red 237 ◦ green 195 ◦ blue 94

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

Shades of Cream Can #EDC35E

Tints of Cream Can #EDC35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.87%

R = 45.06%
G = 37.07%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDC35E (or 0xEDC35E) is known color: Cream Can. HEX triplet: ED, C3 and 5E. RGB value is (237,195,94). Sum of RGB (Red+Green+Blue) = 237+195+94=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC35E is #123CA1. Grayscale: #C4C4C4. Windows color (decimal): -1195170 or 6210541. OLE color: 6210541.

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

Color convert

RGB 237 195 94 -
CMYK 0 0.18 0.60 0.07
HSL 42.38º 0.8% 0.65% -
HSV(B) 42.38º 0.6% 0.93% -
XYZ 56.46 57.84 18.78 -
YUV 196.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 237 195 94 0 0.18 0.60 0.07 42.38 0.8 0.65
Hex ED C3 5E 0 12 3C 7 2A 50 41
Octal 355 303 136 0 22 74 7 52 120 101
Binary 11101101 11000011 1011110 0 10010 111100 111 101010 1010000 1000001

Color Harmonies of #EDC35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC35E

Black with #EDC35E

Text Example


Text Example

White with #EDC35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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