Html Css Color HEX #EFB02A Gold Tips

📋 copy color: '#EFB02A'

red 239 ◦ green 176 ◦ blue 42

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

Shades of Gold Tips #EFB02A

Tints of Gold Tips #EFB02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.19%

R = 52.3%
G = 38.51%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFB02A (or 0xEFB02A) is known color: Gold Tips. HEX triplet: EF, B0 and 2A. RGB value is (239,176,42). Sum of RGB (Red+Green+Blue) = 239+176+42=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB02A is #104FD5. Grayscale: #B4B4B4. Windows color (decimal): -1069014 or 2797807. OLE color: 2797807.

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

Color convert

RGB 239 176 42 -
CMYK 0 0.26 0.82 0.06
HSL 40.81º 0.86% 0.55% -
HSV(B) 40.81º 0.82% 0.94% -
XYZ 51.54 49.57 9.04 -
YUV 179.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 239 176 42 0 0.26 0.82 0.06 40.81 0.86 0.55
Hex EF B0 2A 0 1A 52 6 29 56 37
Octal 357 260 52 0 32 122 6 51 126 67
Binary 11101111 10110000 101010 0 11010 1010010 110 101001 1010110 110111

Color Harmonies of #EFB02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB02A

Black with #EFB02A

Text Example


Text Example

White with #EFB02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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