Html Css Color HEX #EFB219 Gold Tips

📋 copy color: '#EFB219'

red 239 ◦ green 178 ◦ blue 25

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

Shades of Gold Tips #EFB219

Tints of Gold Tips #EFB219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

 BLUE value IS 25 (10.16% from 255) = 5.66%

R = 54.07%
G = 40.27%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFB219 (or 0xEFB219) is known color: Gold Tips. HEX triplet: EF, B2 and 19. RGB value is (239,178,25). Sum of RGB (Red+Green+Blue) = 239+178+25=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB219 is #104DE6. Grayscale: #B3B3B3. Windows color (decimal): -1068519 or 1684207. OLE color: 1684207.

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

Color convert

RGB 239 178 25 -
CMYK 0 0.26 0.90 0.06
HSL 42.9º 0.87% 0.52% -
HSV(B) 42.9º 0.9% 0.94% -
XYZ 51.69 50.26 7.9 -
YUV 178.8 41.21 170.94 -
System Red Green Blue C M Y K H S L
Decimal 239 178 25 0 0.26 0.90 0.06 42.9 0.87 0.52
Hex EF B2 19 0 1A 5A 6 2B 57 34
Octal 357 262 31 0 32 132 6 53 127 64
Binary 11101111 10110010 11001 0 11010 1011010 110 101011 1010111 110100

Color Harmonies of #EFB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB219

Black with #EFB219

Text Example


Text Example

White with #EFB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB219; }

 p { color: rgb(239,178,25); }

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

background-color css

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

 a { background-color: rgb(239,178,25); }

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

border-color css

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

 span { border-color: rgb(239,178,25); }

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