Html Css Color HEX #EBA421 Gold Tips

📋 copy color: '#EBA421'

red 235 ◦ green 164 ◦ blue 33

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

Shades of Gold Tips #EBA421

Tints of Gold Tips #EBA421

RGB

 RED value IS 235 (92.19% from 255) = 54.4%

 GREEN value IS 164 (64.45% from 255) = 37.96%

 BLUE value IS 33 (13.28% from 255) = 7.64%

R = 54.4%
G = 37.96%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBA421 (or 0xEBA421) is known color: Gold Tips. HEX triplet: EB, A4 and 21. RGB value is (235,164,33). Sum of RGB (Red+Green+Blue) = 235+164+33=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA421 is #145BDE. Grayscale: #AAAAAA. Windows color (decimal): -1334239 or 2204907. OLE color: 2204907.

HSL color Cylindrical-coordinate representation of color #EBA421: hue angle of 38.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBA421 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 33 -
CMYK 0 0.30 0.86 0.08
HSL 38.91º 0.83% 0.53% -
HSV(B) 38.91º 0.86% 0.92% -
XYZ 47.81 44.32 7.47 -
YUV 170.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 235 164 33 0 0.30 0.86 0.08 38.91 0.83 0.53
Hex EB A4 21 0 1E 56 8 27 53 35
Octal 353 244 41 0 36 126 10 47 123 65
Binary 11101011 10100100 100001 0 11110 1010110 1000 100111 1010011 110101

Color Harmonies of #EBA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA421

Black with #EBA421

Text Example


Text Example

White with #EBA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA421; }

 p { color: rgb(235,164,33); }

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

background-color css

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

 a { background-color: rgb(235,164,33); }

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

border-color css

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

 span { border-color: rgb(235,164,33); }

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