Html Css Color HEX #E6C55A Cream Can

📋 copy color: '#E6C55A'

red 230 ◦ green 197 ◦ blue 90

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

Shades of Cream Can #E6C55A

Tints of Cream Can #E6C55A

RGB

 RED value IS 230 (90.23% from 255) = 44.49%

 GREEN value IS 197 (77.34% from 255) = 38.1%

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 44.49%
G = 38.1%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6C55A (or 0xE6C55A) is known color: Cream Can. HEX triplet: E6, C5 and 5A. RGB value is (230,197,90). Sum of RGB (Red+Green+Blue) = 230+197+90=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C55A is #193AA5. Grayscale: #C3C3C3. Windows color (decimal): -1653414 or 5948902. OLE color: 5948902.

HSL color Cylindrical-coordinate representation of color #E6C55A: hue angle of 45.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6C55A is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 197 90 -
CMYK 0 0.14 0.61 0.10
HSL 45.86º 0.74% 0.63% -
HSV(B) 45.86º 0.61% 0.9% -
XYZ 54.44 57.49 17.9 -
YUV 194.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 230 197 90 0 0.14 0.61 0.10 45.86 0.74 0.63
Hex E6 C5 5A 0 E 3D A 2E 4A 3F
Octal 346 305 132 0 16 75 12 56 112 77
Binary 11100110 11000101 1011010 0 1110 111101 1010 101110 1001010 111111

Color Harmonies of #E6C55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C55A

Black with #E6C55A

Text Example


Text Example

White with #E6C55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C55A; }

 p { color: rgb(230,197,90); }

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

background-color css

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

 a { background-color: rgb(230,197,90); }

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

border-color css

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

 span { border-color: rgb(230,197,90); }

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