Html Css Color HEX #EDB12C Gold Tips

📋 copy color: '#EDB12C'

red 237 ◦ green 177 ◦ blue 44

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

Shades of Gold Tips #EDB12C

Tints of Gold Tips #EDB12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.61%

R = 51.75%
G = 38.65%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDB12C (or 0xEDB12C) is known color: Gold Tips. HEX triplet: ED, B1 and 2C. RGB value is (237,177,44). Sum of RGB (Red+Green+Blue) = 237+177+44=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB12C is #124ED3. Grayscale: #B4B4B4. Windows color (decimal): -1199828 or 2929133. OLE color: 2929133.

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

Color convert

RGB 237 177 44 -
CMYK 0 0.25 0.81 0.07
HSL 41.35º 0.84% 0.55% -
HSV(B) 41.35º 0.81% 0.93% -
XYZ 51.1 49.63 9.27 -
YUV 179.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 237 177 44 0 0.25 0.81 0.07 41.35 0.84 0.55
Hex ED B1 2C 0 19 51 7 29 54 37
Octal 355 261 54 0 31 121 7 51 124 67
Binary 11101101 10110001 101100 0 11001 1010001 111 101001 1010100 110111

Color Harmonies of #EDB12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB12C

Black with #EDB12C

Text Example


Text Example

White with #EDB12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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