Html Css Color HEX #EBB22A Gold Tips

📋 copy color: '#EBB22A'

red 235 ◦ green 178 ◦ blue 42

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

Shades of Gold Tips #EBB22A

Tints of Gold Tips #EBB22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.23%

R = 51.65%
G = 39.12%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBB22A (or 0xEBB22A) is known color: Gold Tips. HEX triplet: EB, B2 and 2A. RGB value is (235,178,42). Sum of RGB (Red+Green+Blue) = 235+178+42=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB22A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB22A is #144DD5. Grayscale: #B4B4B4. Windows color (decimal): -1330646 or 2798315. OLE color: 2798315.

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

Color convert

RGB 235 178 42 -
CMYK 0 0.24 0.82 0.08
HSL 42.28º 0.83% 0.54% -
HSV(B) 42.28º 0.82% 0.92% -
XYZ 50.6 49.67 9.11 -
YUV 179.54 50.38 167.56 -
System Red Green Blue C M Y K H S L
Decimal 235 178 42 0 0.24 0.82 0.08 42.28 0.83 0.54
Hex EB B2 2A 0 18 52 8 2A 53 36
Octal 353 262 52 0 30 122 10 52 123 66
Binary 11101011 10110010 101010 0 11000 1010010 1000 101010 1010011 110110

Color Harmonies of #EBB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB22A

Black with #EBB22A

Text Example


Text Example

White with #EBB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB22A; }

 p { color: rgb(235,178,42); }

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

background-color css

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

 a { background-color: rgb(235,178,42); }

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

border-color css

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

 span { border-color: rgb(235,178,42); }

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