Html Css Color HEX #EDAB2D Gold Tips

📋 copy color: '#EDAB2D'

red 237 ◦ green 171 ◦ blue 45

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

Shades of Gold Tips #EDAB2D

Tints of Gold Tips #EDAB2D

RGB

 RED value IS 237 (92.97% from 255) = 52.32%

 GREEN value IS 171 (67.19% from 255) = 37.75%

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

R = 52.32%
G = 37.75%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDAB2D (or 0xEDAB2D) is known color: Gold Tips. HEX triplet: ED, AB and 2D. RGB value is (237,171,45). Sum of RGB (Red+Green+Blue) = 237+171+45=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB2D is #1254D2. Grayscale: #B0B0B0. Windows color (decimal): -1201363 or 2993133. OLE color: 2993133.

HSL color Cylindrical-coordinate representation of color #EDAB2D: hue angle of 39.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDAB2D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 45 -
CMYK 0 0.28 0.81 0.07
HSL 39.38º 0.84% 0.55% -
HSV(B) 39.38º 0.81% 0.93% -
XYZ 49.96 47.32 8.98 -
YUV 176.37 53.87 171.25 -
System Red Green Blue C M Y K H S L
Decimal 237 171 45 0 0.28 0.81 0.07 39.38 0.84 0.55
Hex ED AB 2D 0 1C 51 7 27 54 37
Octal 355 253 55 0 34 121 7 47 124 67
Binary 11101101 10101011 101101 0 11100 1010001 111 100111 1010100 110111

Color Harmonies of #EDAB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB2D

Black with #EDAB2D

Text Example


Text Example

White with #EDAB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB2D; }

 p { color: rgb(237,171,45); }

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

background-color css

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

 a { background-color: rgb(237,171,45); }

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

border-color css

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

 span { border-color: rgb(237,171,45); }

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