Html Css Color HEX #EDB11F Gold Tips

📋 copy color: '#EDB11F'

red 237 ◦ green 177 ◦ blue 31

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

Shades of Gold Tips #EDB11F

Tints of Gold Tips #EDB11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.97%

R = 53.26%
G = 39.78%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDB11F (or 0xEDB11F) is known color: Gold Tips. HEX triplet: ED, B1 and 1F. RGB value is (237,177,31). Sum of RGB (Red+Green+Blue) = 237+177+31=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB11F is #124EE0. Grayscale: #B2B2B2. Windows color (decimal): -1199841 or 2077165. OLE color: 2077165.

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

Color convert

RGB 237 177 31 -
CMYK 0 0.25 0.87 0.07
HSL 42.52º 0.85% 0.53% -
HSV(B) 42.52º 0.87% 0.93% -
XYZ 50.89 49.55 8.18 -
YUV 178.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 237 177 31 0 0.25 0.87 0.07 42.52 0.85 0.53
Hex ED B1 1F 0 19 57 7 2B 55 35
Octal 355 261 37 0 31 127 7 53 125 65
Binary 11101101 10110001 11111 0 11001 1010111 111 101011 1010101 110101

Color Harmonies of #EDB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB11F

Black with #EDB11F

Text Example


Text Example

White with #EDB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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