Html Css Color HEX #E7A223 Galliano

📋 copy color: '#E7A223'

red 231 ◦ green 162 ◦ blue 35

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

Shades of Galliano #E7A223

Tints of Galliano #E7A223

RGB

 RED value IS 231 (90.63% from 255) = 53.97%

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 35 (14.06% from 255) = 8.18%

R = 53.97%
G = 37.85%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E7A223 (or 0xE7A223) is known color: Galliano. HEX triplet: E7, A2 and 23. RGB value is (231,162,35). Sum of RGB (Red+Green+Blue) = 231+162+35=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A223 is #185DDC. Grayscale: #A8A8A8. Windows color (decimal): -1596893 or 2335463. OLE color: 2335463.

HSL color Cylindrical-coordinate representation of color #E7A223: hue angle of 38.88º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7A223 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 162 35 -
CMYK 0 0.30 0.85 0.09
HSL 38.88º 0.8% 0.52% -
HSV(B) 38.88º 0.85% 0.91% -
XYZ 46.18 42.95 7.45 -
YUV 168.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 231 162 35 0 0.30 0.85 0.09 38.88 0.8 0.52
Hex E7 A2 23 0 1E 55 9 27 50 34
Octal 347 242 43 0 36 125 11 47 120 64
Binary 11100111 10100010 100011 0 11110 1010101 1001 100111 1010000 110100

Color Harmonies of #E7A223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A223

Black with #E7A223

Text Example


Text Example

White with #E7A223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A223; }

 p { color: rgb(231,162,35); }

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

background-color css

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

 a { background-color: rgb(231,162,35); }

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

border-color css

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

 span { border-color: rgb(231,162,35); }

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