Html Css Color HEX #E6B45E Equator

📋 copy color: '#E6B45E'

red 230 ◦ green 180 ◦ blue 94

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

Shades of Equator #E6B45E

Tints of Equator #E6B45E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.71%

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

R = 45.63%
G = 35.71%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6B45E (or 0xE6B45E) is known color: Equator. HEX triplet: E6, B4 and 5E. RGB value is (230,180,94). Sum of RGB (Red+Green+Blue) = 230+180+94=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B45E is #194BA1. Grayscale: #B9B9B9. Windows color (decimal): -1657762 or 6206694. OLE color: 6206694.

HSL color Cylindrical-coordinate representation of color #E6B45E: hue angle of 37.94º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6B45E is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 180 94 -
CMYK 0 0.22 0.59 0.10
HSL 37.94º 0.73% 0.64% -
HSV(B) 37.94º 0.59% 0.9% -
XYZ 50.97 50.27 17.61 -
YUV 185.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 230 180 94 0 0.22 0.59 0.10 37.94 0.73 0.64
Hex E6 B4 5E 0 16 3B A 26 49 40
Octal 346 264 136 0 26 73 12 46 111 100
Binary 11100110 10110100 1011110 0 10110 111011 1010 100110 1001001 1000000

Color Harmonies of #E6B45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B45E

Black with #E6B45E

Text Example


Text Example

White with #E6B45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B45E; }

 p { color: rgb(230,180,94); }

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

background-color css

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

 a { background-color: rgb(230,180,94); }

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

border-color css

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

 span { border-color: rgb(230,180,94); }

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