Html Css Color HEX #EFB218 Gold Tips

📋 copy color: '#EFB218'

red 239 ◦ green 178 ◦ blue 24

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

Shades of Gold Tips #EFB218

Tints of Gold Tips #EFB218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 54.2%
G = 40.36%
B = 5.44%

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

#EFB218 (or 0xEFB218) is known color: Gold Tips. HEX triplet: EF, B2 and 18. RGB value is (239,178,24). Sum of RGB (Red+Green+Blue) = 239+178+24=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB218 is #104DE7. Grayscale: #B3B3B3. Windows color (decimal): -1068520 or 1618671. OLE color: 1618671.

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

Color convert

RGB 239 178 24 -
CMYK 0 0.26 0.90 0.06
HSL 42.98º 0.87% 0.52% -
HSV(B) 42.98º 0.9% 0.94% -
XYZ 51.68 50.26 7.84 -
YUV 178.68 40.71 171.02 -
System Red Green Blue C M Y K H S L
Decimal 239 178 24 0 0.26 0.90 0.06 42.98 0.87 0.52
Hex EF B2 18 0 1A 5A 6 2B 57 34
Octal 357 262 30 0 32 132 6 53 127 64
Binary 11101111 10110010 11000 0 11010 1011010 110 101011 1010111 110100

Color Harmonies of #EFB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB218

Black with #EFB218

Text Example


Text Example

White with #EFB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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