Html Css Color HEX #EFB11B Gold Tips

📋 copy color: '#EFB11B'

red 239 ◦ green 177 ◦ blue 27

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

Shades of Gold Tips #EFB11B

Tints of Gold Tips #EFB11B

RGB

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

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

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

R = 53.95%
G = 39.95%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFB11B (or 0xEFB11B) is known color: Gold Tips. HEX triplet: EF, B1 and 1B. RGB value is (239,177,27). Sum of RGB (Red+Green+Blue) = 239+177+27=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB11B is #104EE4. Grayscale: #B3B3B3. Windows color (decimal): -1068773 or 1815023. OLE color: 1815023.

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

Color convert

RGB 239 177 27 -
CMYK 0 0.26 0.89 0.06
HSL 42.45º 0.87% 0.52% -
HSV(B) 42.45º 0.89% 0.94% -
XYZ 51.52 49.87 7.95 -
YUV 178.44 42.54 171.2 -
System Red Green Blue C M Y K H S L
Decimal 239 177 27 0 0.26 0.89 0.06 42.45 0.87 0.52
Hex EF B1 1B 0 1A 59 6 2A 57 34
Octal 357 261 33 0 32 131 6 52 127 64
Binary 11101111 10110001 11011 0 11010 1011001 110 101010 1010111 110100

Color Harmonies of #EFB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB11B

Black with #EFB11B

Text Example


Text Example

White with #EFB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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