Html Css Color HEX #E6B35D Equator

📋 copy color: '#E6B35D'

red 230 ◦ green 179 ◦ blue 93

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

Shades of Equator #E6B35D

Tints of Equator #E6B35D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

 BLUE value IS 93 (36.72% from 255) = 18.53%

R = 45.82%
G = 35.66%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6B35D (or 0xE6B35D) is known color: Equator. HEX triplet: E6, B3 and 5D. RGB value is (230,179,93). Sum of RGB (Red+Green+Blue) = 230+179+93=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B35D is #194CA2. Grayscale: #B8B8B8. Windows color (decimal): -1658019 or 6140902. OLE color: 6140902.

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

Color convert

RGB 230 179 93 -
CMYK 0 0.22 0.60 0.10
HSL 37.66º 0.73% 0.63% -
HSV(B) 37.66º 0.6% 0.9% -
XYZ 50.73 49.85 17.3 -
YUV 184.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 230 179 93 0 0.22 0.60 0.10 37.66 0.73 0.63
Hex E6 B3 5D 0 16 3C A 26 49 3F
Octal 346 263 135 0 26 74 12 46 111 77
Binary 11100110 10110011 1011101 0 10110 111100 1010 100110 1001001 111111

Color Harmonies of #E6B35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B35D

Black with #E6B35D

Text Example


Text Example

White with #E6B35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B35D; }

 p { color: rgb(230,179,93); }

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

background-color css

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

 a { background-color: rgb(230,179,93); }

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

border-color css

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

 span { border-color: rgb(230,179,93); }

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