Html Css Color HEX #EFB217 Gold Tips

📋 copy color: '#EFB217'

red 239 ◦ green 178 ◦ blue 23

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

Shades of Gold Tips #EFB217

Tints of Gold Tips #EFB217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.23%

R = 54.32%
G = 40.45%
B = 5.23%

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

#EFB217 (or 0xEFB217) is known color: Gold Tips. HEX triplet: EF, B2 and 17. RGB value is (239,178,23). Sum of RGB (Red+Green+Blue) = 239+178+23=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB217 is #104DE8. Grayscale: #B3B3B3. Windows color (decimal): -1068521 or 1553135. OLE color: 1553135.

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

Color convert

RGB 239 178 23 -
CMYK 0 0.26 0.90 0.06
HSL 43.06º 0.87% 0.51% -
HSV(B) 43.06º 0.9% 0.94% -
XYZ 51.67 50.25 7.79 -
YUV 178.57 40.21 171.1 -
System Red Green Blue C M Y K H S L
Decimal 239 178 23 0 0.26 0.90 0.06 43.06 0.87 0.51
Hex EF B2 17 0 1A 5A 6 2B 57 33
Octal 357 262 27 0 32 132 6 53 127 63
Binary 11101111 10110010 10111 0 11010 1011010 110 101011 1010111 110011

Color Harmonies of #EFB217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB217

Black with #EFB217

Text Example


Text Example

White with #EFB217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB217; }

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

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

background-color css

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

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

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

border-color css

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

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

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