Html Css Color HEX #EFB027 Gold Tips

📋 copy color: '#EFB027'

red 239 ◦ green 176 ◦ blue 39

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

Shades of Gold Tips #EFB027

Tints of Gold Tips #EFB027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.59%

R = 52.64%
G = 38.77%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EFB027 (or 0xEFB027) is known color: Gold Tips. HEX triplet: EF, B0 and 27. RGB value is (239,176,39). Sum of RGB (Red+Green+Blue) = 239+176+39=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB027 is #104FD8. Grayscale: #B3B3B3. Windows color (decimal): -1069017 or 2601199. OLE color: 2601199.

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

Color convert

RGB 239 176 39 -
CMYK 0 0.26 0.84 0.06
HSL 41.1º 0.86% 0.55% -
HSV(B) 41.1º 0.84% 0.94% -
XYZ 51.49 49.55 8.77 -
YUV 179.22 48.87 170.64 -
System Red Green Blue C M Y K H S L
Decimal 239 176 39 0 0.26 0.84 0.06 41.1 0.86 0.55
Hex EF B0 27 0 1A 54 6 29 56 37
Octal 357 260 47 0 32 124 6 51 126 67
Binary 11101111 10110000 100111 0 11010 1010100 110 101001 1010110 110111

Color Harmonies of #EFB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB027

Black with #EFB027

Text Example


Text Example

White with #EFB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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