Html Css Color HEX #EDAF29 Gold Tips

📋 copy color: '#EDAF29'

red 237 ◦ green 175 ◦ blue 41

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

Shades of Gold Tips #EDAF29

Tints of Gold Tips #EDAF29

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.63%

 BLUE value IS 41 (16.41% from 255) = 9.05%

R = 52.32%
G = 38.63%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDAF29 (or 0xEDAF29) is known color: Gold Tips. HEX triplet: ED, AF and 29. RGB value is (237,175,41). Sum of RGB (Red+Green+Blue) = 237+175+41=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF29 is #1250D6. Grayscale: #B2B2B2. Windows color (decimal): -1200343 or 2732013. OLE color: 2732013.

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

Color convert

RGB 237 175 41 -
CMYK 0 0.26 0.83 0.07
HSL 41.02º 0.84% 0.55% -
HSV(B) 41.02º 0.83% 0.93% -
XYZ 50.66 48.82 8.85 -
YUV 178.26 50.54 169.9 -
System Red Green Blue C M Y K H S L
Decimal 237 175 41 0 0.26 0.83 0.07 41.02 0.84 0.55
Hex ED AF 29 0 1A 53 7 29 54 37
Octal 355 257 51 0 32 123 7 51 124 67
Binary 11101101 10101111 101001 0 11010 1010011 111 101001 1010100 110111

Color Harmonies of #EDAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF29

Black with #EDAF29

Text Example


Text Example

White with #EDAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF29; }

 p { color: rgb(237,175,41); }

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

background-color css

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

 a { background-color: rgb(237,175,41); }

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

border-color css

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

 span { border-color: rgb(237,175,41); }

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