Html Css Color HEX #EDB11A Gold Tips

📋 copy color: '#EDB11A'

red 237 ◦ green 177 ◦ blue 26

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

Shades of Gold Tips #EDB11A

Tints of Gold Tips #EDB11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.91%

R = 53.86%
G = 40.23%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDB11A (or 0xEDB11A) is known color: Gold Tips. HEX triplet: ED, B1 and 1A. RGB value is (237,177,26). Sum of RGB (Red+Green+Blue) = 237+177+26=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB11A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB11A is #124EE5. Grayscale: #B2B2B2. Windows color (decimal): -1199846 or 1749485. OLE color: 1749485.

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

Color convert

RGB 237 177 26 -
CMYK 0 0.25 0.89 0.07
HSL 42.94º 0.85% 0.52% -
HSV(B) 42.94º 0.89% 0.93% -
XYZ 50.83 49.52 7.86 -
YUV 177.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 237 177 26 0 0.25 0.89 0.07 42.94 0.85 0.52
Hex ED B1 1A 0 19 59 7 2B 55 34
Octal 355 261 32 0 31 131 7 53 125 64
Binary 11101101 10110001 11010 0 11001 1011001 111 101011 1010101 110100

Color Harmonies of #EDB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB11A

Black with #EDB11A

Text Example


Text Example

White with #EDB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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