Html Css Color HEX #EFAE2D Gold Tips

📋 copy color: '#EFAE2D'

red 239 ◦ green 174 ◦ blue 45

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

Shades of Gold Tips #EFAE2D

Tints of Gold Tips #EFAE2D

RGB

 RED value IS 239 (93.75% from 255) = 52.18%

 GREEN value IS 174 (68.36% from 255) = 37.99%

 BLUE value IS 45 (17.97% from 255) = 9.83%

R = 52.18%
G = 37.99%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFAE2D (or 0xEFAE2D) is known color: Gold Tips. HEX triplet: EF, AE and 2D. RGB value is (239,174,45). Sum of RGB (Red+Green+Blue) = 239+174+45=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAE2D is #1051D2. Grayscale: #B3B3B3. Windows color (decimal): -1069523 or 2993903. OLE color: 2993903.

HSL color Cylindrical-coordinate representation of color #EFAE2D: hue angle of 39.9º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFAE2D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 174 45 -
CMYK 0 0.27 0.81 0.06
HSL 39.9º 0.86% 0.56% -
HSV(B) 39.9º 0.81% 0.94% -
XYZ 51.21 48.81 9.21 -
YUV 178.73 52.53 170.99 -
System Red Green Blue C M Y K H S L
Decimal 239 174 45 0 0.27 0.81 0.06 39.9 0.86 0.56
Hex EF AE 2D 0 1B 51 6 28 56 38
Octal 357 256 55 0 33 121 6 50 126 70
Binary 11101111 10101110 101101 0 11011 1010001 110 101000 1010110 111000

Color Harmonies of #EFAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE2D

Black with #EFAE2D

Text Example


Text Example

White with #EFAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE2D; }

 p { color: rgb(239,174,45); }

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

background-color css

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

 a { background-color: rgb(239,174,45); }

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

border-color css

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

 span { border-color: rgb(239,174,45); }

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