Html Css Color HEX #EFB41E Gold Tips

📋 copy color: '#EFB41E'

red 239 ◦ green 180 ◦ blue 30

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

Shades of Gold Tips #EFB41E

Tints of Gold Tips #EFB41E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 30 (12.11% from 255) = 6.68%

R = 53.23%
G = 40.09%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFB41E (or 0xEFB41E) is known color: Gold Tips. HEX triplet: EF, B4 and 1E. RGB value is (239,180,30). Sum of RGB (Red+Green+Blue) = 239+180+30=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB41E is #104BE1. Grayscale: #B5B5B5. Windows color (decimal): -1068002 or 2012399. OLE color: 2012399.

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

Color convert

RGB 239 180 30 -
CMYK 0 0.25 0.87 0.06
HSL 43.06º 0.87% 0.53% -
HSV(B) 43.06º 0.87% 0.94% -
XYZ 52.15 51.09 8.34 -
YUV 180.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 239 180 30 0 0.25 0.87 0.06 43.06 0.87 0.53
Hex EF B4 1E 0 19 57 6 2B 57 35
Octal 357 264 36 0 31 127 6 53 127 65
Binary 11101111 10110100 11110 0 11001 1010111 110 101011 1010111 110101

Color Harmonies of #EFB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB41E

Black with #EFB41E

Text Example


Text Example

White with #EFB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB41E; }

 p { color: rgb(239,180,30); }

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

background-color css

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

 a { background-color: rgb(239,180,30); }

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

border-color css

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

 span { border-color: rgb(239,180,30); }

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