Html Css Color HEX #EDA91B Gold Tips

📋 copy color: '#EDA91B'

red 237 ◦ green 169 ◦ blue 27

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

Shades of Gold Tips #EDA91B

Tints of Gold Tips #EDA91B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 27 (10.94% from 255) = 6.24%

R = 54.73%
G = 39.03%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDA91B (or 0xEDA91B) is known color: Gold Tips. HEX triplet: ED, A9 and 1B. RGB value is (237,169,27). Sum of RGB (Red+Green+Blue) = 237+169+27=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA91B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA91B is #1256E4. Grayscale: #ADADAD. Windows color (decimal): -1201893 or 1812973. OLE color: 1812973.

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

Color convert

RGB 237 169 27 -
CMYK 0 0.29 0.89 0.07
HSL 40.57º 0.85% 0.52% -
HSV(B) 40.57º 0.89% 0.93% -
XYZ 49.31 46.46 7.41 -
YUV 173.14 45.53 173.55 -
System Red Green Blue C M Y K H S L
Decimal 237 169 27 0 0.29 0.89 0.07 40.57 0.85 0.52
Hex ED A9 1B 0 1D 59 7 29 55 34
Octal 355 251 33 0 35 131 7 51 125 64
Binary 11101101 10101001 11011 0 11101 1011001 111 101001 1010101 110100

Color Harmonies of #EDA91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA91B

Black with #EDA91B

Text Example


Text Example

White with #EDA91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA91B; }

 p { color: rgb(237,169,27); }

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

background-color css

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

 a { background-color: rgb(237,169,27); }

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

border-color css

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

 span { border-color: rgb(237,169,27); }

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