Html Css Color HEX #EDB023 Gold Tips

📋 copy color: '#EDB023'

red 237 ◦ green 176 ◦ blue 35

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

Shades of Gold Tips #EDB023

Tints of Gold Tips #EDB023

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

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

R = 52.9%
G = 39.29%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDB023 (or 0xEDB023) is known color: Gold Tips. HEX triplet: ED, B0 and 23. RGB value is (237,176,35). Sum of RGB (Red+Green+Blue) = 237+176+35=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB023 is #124FDC. Grayscale: #B2B2B2. Windows color (decimal): -1200093 or 2339053. OLE color: 2339053.

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

Color convert

RGB 237 176 35 -
CMYK 0 0.26 0.85 0.07
HSL 41.88º 0.85% 0.53% -
HSV(B) 41.88º 0.85% 0.93% -
XYZ 50.75 49.18 8.41 -
YUV 178.17 47.21 169.96 -
System Red Green Blue C M Y K H S L
Decimal 237 176 35 0 0.26 0.85 0.07 41.88 0.85 0.53
Hex ED B0 23 0 1A 55 7 2A 55 35
Octal 355 260 43 0 32 125 7 52 125 65
Binary 11101101 10110000 100011 0 11010 1010101 111 101010 1010101 110101

Color Harmonies of #EDB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB023

Black with #EDB023

Text Example


Text Example

White with #EDB023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB023; }

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

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

background-color css

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

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

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

border-color css

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

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

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