Html Css Color HEX #EDB01B Gold Tips

📋 copy color: '#EDB01B'

red 237 ◦ green 176 ◦ blue 27

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

Shades of Gold Tips #EDB01B

Tints of Gold Tips #EDB01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 53.86%
G = 40%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDB01B (or 0xEDB01B) is known color: Gold Tips. HEX triplet: ED, B0 and 1B. RGB value is (237,176,27). Sum of RGB (Red+Green+Blue) = 237+176+27=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB01B is #124FE4. Grayscale: #B1B1B1. Windows color (decimal): -1200101 or 1814765. OLE color: 1814765.

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

Color convert

RGB 237 176 27 -
CMYK 0 0.26 0.89 0.07
HSL 42.57º 0.85% 0.52% -
HSV(B) 42.57º 0.89% 0.93% -
XYZ 50.65 49.13 7.85 -
YUV 177.25 43.21 170.62 -
System Red Green Blue C M Y K H S L
Decimal 237 176 27 0 0.26 0.89 0.07 42.57 0.85 0.52
Hex ED B0 1B 0 1A 59 7 2B 55 34
Octal 355 260 33 0 32 131 7 53 125 64
Binary 11101101 10110000 11011 0 11010 1011001 111 101011 1010101 110100

Color Harmonies of #EDB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB01B

Black with #EDB01B

Text Example


Text Example

White with #EDB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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