Html Css Color HEX #EDB327 Gold Tips

📋 copy color: '#EDB327'

red 237 ◦ green 179 ◦ blue 39

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

Shades of Gold Tips #EDB327

Tints of Gold Tips #EDB327

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

 BLUE value IS 39 (15.63% from 255) = 8.57%

R = 52.09%
G = 39.34%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDB327 (or 0xEDB327) is known color: Gold Tips. HEX triplet: ED, B3 and 27. RGB value is (237,179,39). Sum of RGB (Red+Green+Blue) = 237+179+39=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB327 is #124CD8. Grayscale: #B4B4B4. Windows color (decimal): -1199321 or 2601965. OLE color: 2601965.

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

Color convert

RGB 237 179 39 -
CMYK 0 0.24 0.84 0.07
HSL 42.42º 0.85% 0.54% -
HSV(B) 42.42º 0.84% 0.93% -
XYZ 51.41 50.39 8.94 -
YUV 180.38 48.22 168.38 -
System Red Green Blue C M Y K H S L
Decimal 237 179 39 0 0.24 0.84 0.07 42.42 0.85 0.54
Hex ED B3 27 0 18 54 7 2A 55 36
Octal 355 263 47 0 30 124 7 52 125 66
Binary 11101101 10110011 100111 0 11000 1010100 111 101010 1010101 110110

Color Harmonies of #EDB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB327

Black with #EDB327

Text Example


Text Example

White with #EDB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB327; }

 p { color: rgb(237,179,39); }

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

background-color css

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

 a { background-color: rgb(237,179,39); }

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

border-color css

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

 span { border-color: rgb(237,179,39); }

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