Html Css Color HEX #EFB41D Gold Tips

📋 copy color: '#EFB41D'

red 239 ◦ green 180 ◦ blue 29

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

Shades of Gold Tips #EFB41D

Tints of Gold Tips #EFB41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.47%

R = 53.35%
G = 40.18%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFB41D (or 0xEFB41D) is known color: Gold Tips. HEX triplet: EF, B4 and 1D. RGB value is (239,180,29). Sum of RGB (Red+Green+Blue) = 239+180+29=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB41D is #104BE2. Grayscale: #B5B5B5. Windows color (decimal): -1068003 or 1946863. OLE color: 1946863.

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

Color convert

RGB 239 180 29 -
CMYK 0 0.25 0.88 0.06
HSL 43.14º 0.87% 0.53% -
HSV(B) 43.14º 0.88% 0.94% -
XYZ 52.14 51.08 8.27 -
YUV 180.43 42.55 169.78 -
System Red Green Blue C M Y K H S L
Decimal 239 180 29 0 0.25 0.88 0.06 43.14 0.87 0.53
Hex EF B4 1D 0 19 58 6 2B 57 35
Octal 357 264 35 0 31 130 6 53 127 65
Binary 11101111 10110100 11101 0 11001 1011000 110 101011 1010111 110101

Color Harmonies of #EFB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB41D

Black with #EFB41D

Text Example


Text Example

White with #EFB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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