Html Css Color HEX #EAAD2D Gold Tips

📋 copy color: '#EAAD2D'

red 234 ◦ green 173 ◦ blue 45

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

Shades of Gold Tips #EAAD2D

Tints of Gold Tips #EAAD2D

RGB

 RED value IS 234 (91.8% from 255) = 51.77%

 GREEN value IS 173 (67.97% from 255) = 38.27%

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

R = 51.77%
G = 38.27%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EAAD2D (or 0xEAAD2D) is known color: Gold Tips. HEX triplet: EA, AD and 2D. RGB value is (234,173,45). Sum of RGB (Red+Green+Blue) = 234+173+45=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAD2D is #1552D2. Grayscale: #B1B1B1. Windows color (decimal): -1397459 or 2993642. OLE color: 2993642.

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

Color convert

RGB 234 173 45 -
CMYK 0 0.26 0.81 0.08
HSL 40.63º 0.82% 0.55% -
HSV(B) 40.63º 0.81% 0.92% -
XYZ 49.35 47.57 9.06 -
YUV 176.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 234 173 45 0 0.26 0.81 0.08 40.63 0.82 0.55
Hex EA AD 2D 0 1A 51 8 29 52 37
Octal 352 255 55 0 32 121 10 51 122 67
Binary 11101010 10101101 101101 0 11010 1010001 1000 101001 1010010 110111

Color Harmonies of #EAAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD2D

Black with #EAAD2D

Text Example


Text Example

White with #EAAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD2D; }

 p { color: rgb(234,173,45); }

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

background-color css

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

 a { background-color: rgb(234,173,45); }

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

border-color css

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

 span { border-color: rgb(234,173,45); }

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