Html Css Color HEX #EFB024 Gold Tips

📋 copy color: '#EFB024'

red 239 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #EFB024

Tints of Gold Tips #EFB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.98%

R = 52.99%
G = 39.02%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFB024 (or 0xEFB024) is known color: Gold Tips. HEX triplet: EF, B0 and 24. RGB value is (239,176,36). Sum of RGB (Red+Green+Blue) = 239+176+36=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB024 is #104FDB. Grayscale: #B3B3B3. Windows color (decimal): -1069020 or 2404591. OLE color: 2404591.

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

Color convert

RGB 239 176 36 -
CMYK 0 0.26 0.85 0.06
HSL 41.38º 0.86% 0.54% -
HSV(B) 41.38º 0.85% 0.94% -
XYZ 51.44 49.53 8.52 -
YUV 178.88 47.37 170.88 -
System Red Green Blue C M Y K H S L
Decimal 239 176 36 0 0.26 0.85 0.06 41.38 0.86 0.54
Hex EF B0 24 0 1A 55 6 29 56 36
Octal 357 260 44 0 32 125 6 51 126 66
Binary 11101111 10110000 100100 0 11010 1010101 110 101001 1010110 110110

Color Harmonies of #EFB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB024

Black with #EFB024

Text Example


Text Example

White with #EFB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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