Html Css Color HEX #EDA91D Gold Tips

📋 copy color: '#EDA91D'

red 237 ◦ green 169 ◦ blue 29

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

Shades of Gold Tips #EDA91D

Tints of Gold Tips #EDA91D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.85%

 BLUE value IS 29 (11.72% from 255) = 6.67%

R = 54.48%
G = 38.85%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDA91D (or 0xEDA91D) is known color: Gold Tips. HEX triplet: ED, A9 and 1D. RGB value is (237,169,29). Sum of RGB (Red+Green+Blue) = 237+169+29=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA91D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA91D is #1256E2. Grayscale: #AEAEAE. Windows color (decimal): -1201891 or 1944045. OLE color: 1944045.

HSL color Cylindrical-coordinate representation of color #EDA91D: hue angle of 40.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDA91D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 29 -
CMYK 0 0.29 0.88 0.07
HSL 40.38º 0.85% 0.52% -
HSV(B) 40.38º 0.88% 0.93% -
XYZ 49.33 46.47 7.53 -
YUV 173.37 46.53 173.38 -
System Red Green Blue C M Y K H S L
Decimal 237 169 29 0 0.29 0.88 0.07 40.38 0.85 0.52
Hex ED A9 1D 0 1D 58 7 28 55 34
Octal 355 251 35 0 35 130 7 50 125 64
Binary 11101101 10101001 11101 0 11101 1011000 111 101000 1010101 110100

Color Harmonies of #EDA91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA91D

Black with #EDA91D

Text Example


Text Example

White with #EDA91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA91D; }

 p { color: rgb(237,169,29); }

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

background-color css

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

 a { background-color: rgb(237,169,29); }

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

border-color css

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

 span { border-color: rgb(237,169,29); }

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