Html Css Color HEX #EFAF2D Gold Tips

📋 copy color: '#EFAF2D'

red 239 ◦ green 175 ◦ blue 45

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

Shades of Gold Tips #EFAF2D

Tints of Gold Tips #EFAF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

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

R = 52.07%
G = 38.13%
B = 9.8%

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

#EFAF2D (or 0xEFAF2D) is known color: Gold Tips. HEX triplet: EF, AF and 2D. RGB value is (239,175,45). Sum of RGB (Red+Green+Blue) = 239+175+45=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF2D is #1050D2. Grayscale: #B3B3B3. Windows color (decimal): -1069267 or 2994159. OLE color: 2994159.

HSL color Cylindrical-coordinate representation of color #EFAF2D: hue angle of 40.21º 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 #EFAF2D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 45 -
CMYK 0 0.27 0.81 0.06
HSL 40.21º 0.86% 0.56% -
HSV(B) 40.21º 0.81% 0.94% -
XYZ 51.4 49.2 9.27 -
YUV 179.32 52.2 170.57 -
System Red Green Blue C M Y K H S L
Decimal 239 175 45 0 0.27 0.81 0.06 40.21 0.86 0.56
Hex EF AF 2D 0 1B 51 6 28 56 38
Octal 357 257 55 0 33 121 6 50 126 70
Binary 11101111 10101111 101101 0 11011 1010001 110 101000 1010110 111000

Color Harmonies of #EFAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF2D

Black with #EFAF2D

Text Example


Text Example

White with #EFAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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