Html Css Color HEX #EDB12B Gold Tips

📋 copy color: '#EDB12B'

red 237 ◦ green 177 ◦ blue 43

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

Shades of Gold Tips #EDB12B

Tints of Gold Tips #EDB12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.41%

R = 51.86%
G = 38.73%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDB12B (or 0xEDB12B) is known color: Gold Tips. HEX triplet: ED, B1 and 2B. RGB value is (237,177,43). Sum of RGB (Red+Green+Blue) = 237+177+43=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB12B is #124ED4. Grayscale: #B4B4B4. Windows color (decimal): -1199829 or 2863597. OLE color: 2863597.

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

Color convert

RGB 237 177 43 -
CMYK 0 0.25 0.82 0.07
HSL 41.44º 0.84% 0.55% -
HSV(B) 41.44º 0.82% 0.93% -
XYZ 51.08 49.62 9.17 -
YUV 179.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 237 177 43 0 0.25 0.82 0.07 41.44 0.84 0.55
Hex ED B1 2B 0 19 52 7 29 54 37
Octal 355 261 53 0 31 122 7 51 124 67
Binary 11101101 10110001 101011 0 11001 1010010 111 101001 1010100 110111

Color Harmonies of #EDB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB12B

Black with #EDB12B

Text Example


Text Example

White with #EDB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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