Html Css Color HEX #EDA81C Gold Tips

📋 copy color: '#EDA81C'

red 237 ◦ green 168 ◦ blue 28

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

Shades of Gold Tips #EDA81C

Tints of Gold Tips #EDA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.8%

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 54.73%
G = 38.8%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDA81C (or 0xEDA81C) is known color: Gold Tips. HEX triplet: ED, A8 and 1C. RGB value is (237,168,28). Sum of RGB (Red+Green+Blue) = 237+168+28=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA81C is #1257E3. Grayscale: #ADADAD. Windows color (decimal): -1202148 or 1878253. OLE color: 1878253.

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

Color convert

RGB 237 168 28 -
CMYK 0 0.29 0.88 0.07
HSL 40.19º 0.85% 0.52% -
HSV(B) 40.19º 0.88% 0.93% -
XYZ 49.14 46.09 7.41 -
YUV 172.67 46.36 173.88 -
System Red Green Blue C M Y K H S L
Decimal 237 168 28 0 0.29 0.88 0.07 40.19 0.85 0.52
Hex ED A8 1C 0 1D 58 7 28 55 34
Octal 355 250 34 0 35 130 7 50 125 64
Binary 11101101 10101000 11100 0 11101 1011000 111 101000 1010101 110100

Color Harmonies of #EDA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA81C

Black with #EDA81C

Text Example


Text Example

White with #EDA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA81C; }

 p { color: rgb(237,168,28); }

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

background-color css

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

 a { background-color: rgb(237,168,28); }

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

border-color css

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

 span { border-color: rgb(237,168,28); }

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