Html Css Color HEX #EFB01A Gold Tips

📋 copy color: '#EFB01A'

red 239 ◦ green 176 ◦ blue 26

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

Shades of Gold Tips #EFB01A

Tints of Gold Tips #EFB01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.9%

R = 54.2%
G = 39.91%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFB01A (or 0xEFB01A) is known color: Gold Tips. HEX triplet: EF, B0 and 1A. RGB value is (239,176,26). Sum of RGB (Red+Green+Blue) = 239+176+26=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB01A is #104FE5. Grayscale: #B2B2B2. Windows color (decimal): -1069030 or 1749231. OLE color: 1749231.

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

Color convert

RGB 239 176 26 -
CMYK 0 0.26 0.89 0.06
HSL 42.25º 0.87% 0.52% -
HSV(B) 42.25º 0.89% 0.94% -
XYZ 51.31 49.48 7.82 -
YUV 177.74 42.37 171.7 -
System Red Green Blue C M Y K H S L
Decimal 239 176 26 0 0.26 0.89 0.06 42.25 0.87 0.52
Hex EF B0 1A 0 1A 59 6 2A 57 34
Octal 357 260 32 0 32 131 6 52 127 64
Binary 11101111 10110000 11010 0 11010 1011001 110 101010 1010111 110100

Color Harmonies of #EFB01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB01A

Black with #EFB01A

Text Example


Text Example

White with #EFB01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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