Html Css Color HEX #E0B468 Equator

📋 copy color: '#E0B468'

red 224 ◦ green 180 ◦ blue 104

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

Shades of Equator #E0B468

Tints of Equator #E0B468

RGB

 RED value IS 224 (87.89% from 255) = 44.09%

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

 BLUE value IS 104 (41.02% from 255) = 20.47%

R = 44.09%
G = 35.43%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0B468 (or 0xE0B468) is known color: Equator. HEX triplet: E0, B4 and 68. RGB value is (224,180,104). Sum of RGB (Red+Green+Blue) = 224+180+104=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B468 is #1F4B97. Grayscale: #B8B8B8. Windows color (decimal): -2050968 or 6862048. OLE color: 6862048.

HSL color Cylindrical-coordinate representation of color #E0B468: hue angle of 38º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0B468 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 104 -
CMYK 0 0.20 0.54 0.12
HSL 38º 0.66% 0.64% -
HSV(B) 38º 0.54% 0.88% -
XYZ 49.56 49.49 20.04 -
YUV 184.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 224 180 104 0 0.20 0.54 0.12 38 0.66 0.64
Hex E0 B4 68 0 14 36 C 26 42 40
Octal 340 264 150 0 24 66 14 46 102 100
Binary 11100000 10110100 1101000 0 10100 110110 1100 100110 1000010 1000000

Color Harmonies of #E0B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B468

Black with #E0B468

Text Example


Text Example

White with #E0B468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B468; }

 p { color: rgb(224,180,104); }

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

background-color css

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

 a { background-color: rgb(224,180,104); }

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

border-color css

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

 span { border-color: rgb(224,180,104); }

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