Html Css Color HEX #EDAE1D Gold Tips

📋 copy color: '#EDAE1D'

red 237 ◦ green 174 ◦ blue 29

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

Shades of Gold Tips #EDAE1D

Tints of Gold Tips #EDAE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.55%

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

R = 53.86%
G = 39.55%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDAE1D (or 0xEDAE1D) is known color: Gold Tips. HEX triplet: ED, AE and 1D. RGB value is (237,174,29). Sum of RGB (Red+Green+Blue) = 237+174+29=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE1D is #1251E2. Grayscale: #B0B0B0. Windows color (decimal): -1200611 or 1945325. OLE color: 1945325.

HSL color Cylindrical-coordinate representation of color #EDAE1D: hue angle of 41.83º 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 #EDAE1D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 174 29 -
CMYK 0 0.27 0.88 0.07
HSL 41.83º 0.85% 0.52% -
HSV(B) 41.83º 0.88% 0.93% -
XYZ 50.28 48.37 7.85 -
YUV 176.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 237 174 29 0 0.27 0.88 0.07 41.83 0.85 0.52
Hex ED AE 1D 0 1B 58 7 2A 55 34
Octal 355 256 35 0 33 130 7 52 125 64
Binary 11101101 10101110 11101 0 11011 1011000 111 101010 1010101 110100

Color Harmonies of #EDAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAE1D

Black with #EDAE1D

Text Example


Text Example

White with #EDAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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