Html Css Color HEX #E6B22D Gold Tips

📋 copy color: '#E6B22D'

red 230 ◦ green 178 ◦ blue 45

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

Shades of Gold Tips #E6B22D

Tints of Gold Tips #E6B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

 BLUE value IS 45 (17.97% from 255) = 9.93%

R = 50.77%
G = 39.29%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6B22D (or 0xE6B22D) is known color: Gold Tips. HEX triplet: E6, B2 and 2D. RGB value is (230,178,45). Sum of RGB (Red+Green+Blue) = 230+178+45=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B22D is #194DD2. Grayscale: #B2B2B2. Windows color (decimal): -1658323 or 2994918. OLE color: 2994918.

HSL color Cylindrical-coordinate representation of color #E6B22D: hue angle of 43.14º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6B22D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 178 45 -
CMYK 0 0.23 0.80 0.10
HSL 43.14º 0.79% 0.54% -
HSV(B) 43.14º 0.8% 0.9% -
XYZ 49.03 48.85 9.33 -
YUV 178.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 230 178 45 0 0.23 0.80 0.10 43.14 0.79 0.54
Hex E6 B2 2D 0 17 50 A 2B 4F 36
Octal 346 262 55 0 27 120 12 53 117 66
Binary 11100110 10110010 101101 0 10111 1010000 1010 101011 1001111 110110

Color Harmonies of #E6B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B22D

Black with #E6B22D

Text Example


Text Example

White with #E6B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B22D; }

 p { color: rgb(230,178,45); }

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

background-color css

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

 a { background-color: rgb(230,178,45); }

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

border-color css

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

 span { border-color: rgb(230,178,45); }

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