Html Css Color HEX #EDB229 Gold Tips

📋 copy color: '#EDB229'

red 237 ◦ green 178 ◦ blue 41

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

Shades of Gold Tips #EDB229

Tints of Gold Tips #EDB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.04%

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

R = 51.97%
G = 39.04%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDB229 (or 0xEDB229) is known color: Gold Tips. HEX triplet: ED, B2 and 29. RGB value is (237,178,41). Sum of RGB (Red+Green+Blue) = 237+178+41=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB229 is #124DD6. Grayscale: #B4B4B4. Windows color (decimal): -1199575 or 2732781. OLE color: 2732781.

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

Color convert

RGB 237 178 41 -
CMYK 0 0.25 0.83 0.07
HSL 41.94º 0.84% 0.55% -
HSV(B) 41.94º 0.83% 0.93% -
XYZ 51.25 50.01 9.05 -
YUV 180.02 49.55 168.64 -
System Red Green Blue C M Y K H S L
Decimal 237 178 41 0 0.25 0.83 0.07 41.94 0.84 0.55
Hex ED B2 29 0 19 53 7 2A 54 37
Octal 355 262 51 0 31 123 7 52 124 67
Binary 11101101 10110010 101001 0 11001 1010011 111 101010 1010100 110111

Color Harmonies of #EDB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB229

Black with #EDB229

Text Example


Text Example

White with #EDB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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