Html Css Color HEX #EBB222 Gold Tips

📋 copy color: '#EBB222'

red 235 ◦ green 178 ◦ blue 34

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

Shades of Gold Tips #EBB222

Tints of Gold Tips #EBB222

RGB

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

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

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

R = 52.57%
G = 39.82%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBB222 (or 0xEBB222) is known color: Gold Tips. HEX triplet: EB, B2 and 22. RGB value is (235,178,34). Sum of RGB (Red+Green+Blue) = 235+178+34=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB222 is #144DDD. Grayscale: #B3B3B3. Windows color (decimal): -1330654 or 2274027. OLE color: 2274027.

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

Color convert

RGB 235 178 34 -
CMYK 0 0.24 0.86 0.08
HSL 42.99º 0.83% 0.53% -
HSV(B) 42.99º 0.86% 0.92% -
XYZ 50.47 49.62 8.43 -
YUV 178.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 235 178 34 0 0.24 0.86 0.08 42.99 0.83 0.53
Hex EB B2 22 0 18 56 8 2B 53 35
Octal 353 262 42 0 30 126 10 53 123 65
Binary 11101011 10110010 100010 0 11000 1010110 1000 101011 1010011 110101

Color Harmonies of #EBB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB222

Black with #EBB222

Text Example


Text Example

White with #EBB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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