Html Css Color HEX #EFB11F Gold Tips

📋 copy color: '#EFB11F'

red 239 ◦ green 177 ◦ blue 31

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

Shades of Gold Tips #EFB11F

Tints of Gold Tips #EFB11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.94%

R = 53.47%
G = 39.6%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFB11F (or 0xEFB11F) is known color: Gold Tips. HEX triplet: EF, B1 and 1F. RGB value is (239,177,31). Sum of RGB (Red+Green+Blue) = 239+177+31=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB11F is #104EE0. Grayscale: #B3B3B3. Windows color (decimal): -1068769 or 2077167. OLE color: 2077167.

HSL color Cylindrical-coordinate representation of color #EFB11F: hue angle of 42.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFB11F is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 31 -
CMYK 0 0.26 0.87 0.06
HSL 42.12º 0.87% 0.53% -
HSV(B) 42.12º 0.87% 0.94% -
XYZ 51.57 49.89 8.21 -
YUV 178.89 44.54 170.87 -
System Red Green Blue C M Y K H S L
Decimal 239 177 31 0 0.26 0.87 0.06 42.12 0.87 0.53
Hex EF B1 1F 0 1A 57 6 2A 57 35
Octal 357 261 37 0 32 127 6 52 127 65
Binary 11101111 10110001 11111 0 11010 1010111 110 101010 1010111 110101

Color Harmonies of #EFB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB11F

Black with #EFB11F

Text Example


Text Example

White with #EFB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB11F; }

 p { color: rgb(239,177,31); }

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

background-color css

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

 a { background-color: rgb(239,177,31); }

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

border-color css

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

 span { border-color: rgb(239,177,31); }

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