Html Css Color HEX #E6C65A Cream Can

📋 copy color: '#E6C65A'

red 230 ◦ green 198 ◦ blue 90

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

Shades of Cream Can #E6C65A

Tints of Cream Can #E6C65A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.22%

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

R = 44.4%
G = 38.22%
B = 17.37%

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

#E6C65A (or 0xE6C65A) is known color: Cream Can. HEX triplet: E6, C6 and 5A. RGB value is (230,198,90). Sum of RGB (Red+Green+Blue) = 230+198+90=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C65A is #1939A5. Grayscale: #C3C3C3. Windows color (decimal): -1653158 or 5949158. OLE color: 5949158.

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

Color convert

RGB 230 198 90 -
CMYK 0 0.14 0.61 0.10
HSL 46.29º 0.74% 0.63% -
HSV(B) 46.29º 0.61% 0.9% -
XYZ 54.67 57.95 17.98 -
YUV 195.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 230 198 90 0 0.14 0.61 0.10 46.29 0.74 0.63
Hex E6 C6 5A 0 E 3D A 2E 4A 3F
Octal 346 306 132 0 16 75 12 56 112 77
Binary 11100110 11000110 1011010 0 1110 111101 1010 101110 1001010 111111

Color Harmonies of #E6C65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C65A

Black with #E6C65A

Text Example


Text Example

White with #E6C65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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