Html Css Color HEX #EDB123 Gold Tips

📋 copy color: '#EDB123'

red 237 ◦ green 177 ◦ blue 35

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

Shades of Gold Tips #EDB123

Tints of Gold Tips #EDB123

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

 BLUE value IS 35 (14.06% from 255) = 7.8%

R = 52.78%
G = 39.42%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDB123 (or 0xEDB123) is known color: Gold Tips. HEX triplet: ED, B1 and 23. RGB value is (237,177,35). Sum of RGB (Red+Green+Blue) = 237+177+35=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB123 is #124EDC. Grayscale: #B3B3B3. Windows color (decimal): -1199837 or 2339309. OLE color: 2339309.

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

Color convert

RGB 237 177 35 -
CMYK 0 0.25 0.85 0.07
HSL 42.18º 0.85% 0.53% -
HSV(B) 42.18º 0.85% 0.93% -
XYZ 50.95 49.57 8.47 -
YUV 178.75 46.88 169.55 -
System Red Green Blue C M Y K H S L
Decimal 237 177 35 0 0.25 0.85 0.07 42.18 0.85 0.53
Hex ED B1 23 0 19 55 7 2A 55 35
Octal 355 261 43 0 31 125 7 52 125 65
Binary 11101101 10110001 100011 0 11001 1010101 111 101010 1010101 110101

Color Harmonies of #EDB123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB123

Black with #EDB123

Text Example


Text Example

White with #EDB123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB123; }

 p { color: rgb(237,177,35); }

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

background-color css

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

 a { background-color: rgb(237,177,35); }

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

border-color css

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

 span { border-color: rgb(237,177,35); }

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