Html Css Color HEX #EFB01B Gold Tips

📋 copy color: '#EFB01B'

red 239 ◦ green 176 ◦ blue 27

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

Shades of Gold Tips #EFB01B

Tints of Gold Tips #EFB01B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.82%

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

R = 54.07%
G = 39.82%
B = 6.11%

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

#EFB01B (or 0xEFB01B) is known color: Gold Tips. HEX triplet: EF, B0 and 1B. RGB value is (239,176,27). Sum of RGB (Red+Green+Blue) = 239+176+27=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB01B is #104FE4. Grayscale: #B2B2B2. Windows color (decimal): -1069029 or 1814767. OLE color: 1814767.

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

Color convert

RGB 239 176 27 -
CMYK 0 0.26 0.89 0.06
HSL 42.17º 0.87% 0.52% -
HSV(B) 42.17º 0.89% 0.94% -
XYZ 51.32 49.48 7.88 -
YUV 177.85 42.87 171.62 -
System Red Green Blue C M Y K H S L
Decimal 239 176 27 0 0.26 0.89 0.06 42.17 0.87 0.52
Hex EF B0 1B 0 1A 59 6 2A 57 34
Octal 357 260 33 0 32 131 6 52 127 64
Binary 11101111 10110000 11011 0 11010 1011001 110 101010 1010111 110100

Color Harmonies of #EFB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB01B

Black with #EFB01B

Text Example


Text Example

White with #EFB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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