Html Css Color HEX #EBA422 Gold Tips

📋 copy color: '#EBA422'

red 235 ◦ green 164 ◦ blue 34

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

Shades of Gold Tips #EBA422

Tints of Gold Tips #EBA422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.85%

R = 54.27%
G = 37.88%
B = 7.85%

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

#EBA422 (or 0xEBA422) is known color: Gold Tips. HEX triplet: EB, A4 and 22. RGB value is (235,164,34). Sum of RGB (Red+Green+Blue) = 235+164+34=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA422 is #145BDD. Grayscale: #ABABAB. Windows color (decimal): -1334238 or 2270443. OLE color: 2270443.

HSL color Cylindrical-coordinate representation of color #EBA422: hue angle of 38.81º 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 #EBA422 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 34 -
CMYK 0 0.30 0.86 0.08
HSL 38.81º 0.83% 0.53% -
HSV(B) 38.81º 0.86% 0.92% -
XYZ 47.83 44.33 7.55 -
YUV 170.41 51.02 174.07 -
System Red Green Blue C M Y K H S L
Decimal 235 164 34 0 0.30 0.86 0.08 38.81 0.83 0.53
Hex EB A4 22 0 1E 56 8 27 53 35
Octal 353 244 42 0 36 126 10 47 123 65
Binary 11101011 10100100 100010 0 11110 1010110 1000 100111 1010011 110101

Color Harmonies of #EBA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA422

Black with #EBA422

Text Example


Text Example

White with #EBA422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA422; }

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

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

background-color css

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

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

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

border-color css

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

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

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