Html Css Color HEX #EFB104 Selective Yellow

📋 copy color: '#EFB104'

red 239 ◦ green 177 ◦ blue 4

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

Shades of Selective Yellow #EFB104

Tints of Selective Yellow #EFB104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.14%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 56.9%
G = 42.14%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFB104 (or 0xEFB104) is known color: Selective Yellow. HEX triplet: EF, B1 and 04. RGB value is (239,177,4). Sum of RGB (Red+Green+Blue) = 239+177+4=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB104 is #104EFB. Grayscale: #B0B0B0. Windows color (decimal): -1068796 or 307695. OLE color: 307695.

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

Color convert

RGB 239 177 4 -
CMYK 0 0.26 0.98 0.06
HSL 44.17º 0.97% 0.48% -
HSV(B) 44.17º 0.98% 0.94% -
XYZ 51.34 49.8 7.02 -
YUV 175.82 31.04 173.07 -
System Red Green Blue C M Y K H S L
Decimal 239 177 4 0 0.26 0.98 0.06 44.17 0.97 0.48
Hex EF B1 4 0 1A 62 6 2C 61 30
Octal 357 261 4 0 32 142 6 54 141 60
Binary 11101111 10110001 100 0 11010 1100010 110 101100 1100001 110000

Color Harmonies of #EFB104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB104

Black with #EFB104

Text Example


Text Example

White with #EFB104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB104; }

 p { color: rgb(239,177,4); }

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

background-color css

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

 a { background-color: rgb(239,177,4); }

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

border-color css

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

 span { border-color: rgb(239,177,4); }

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