Html Css Color HEX #EFB004 Selective Yellow

📋 copy color: '#EFB004'

red 239 ◦ green 176 ◦ blue 4

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

Shades of Selective Yellow #EFB004

Tints of Selective Yellow #EFB004

RGB

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

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

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

R = 57.04%
G = 42%
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

#EFB004 (or 0xEFB004) is known color: Selective Yellow. HEX triplet: EF, B0 and 04. RGB value is (239,176,4). Sum of RGB (Red+Green+Blue) = 239+176+4=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB004 is #104FFB. Grayscale: #AFAFAF. Windows color (decimal): -1069052 or 307439. OLE color: 307439.

HSL color Cylindrical-coordinate representation of color #EFB004: hue angle of 43.91º 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 #EFB004 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 4 -
CMYK 0 0.26 0.98 0.06
HSL 43.91º 0.97% 0.48% -
HSV(B) 43.91º 0.98% 0.94% -
XYZ 51.14 49.41 6.96 -
YUV 175.23 31.37 173.49 -
System Red Green Blue C M Y K H S L
Decimal 239 176 4 0 0.26 0.98 0.06 43.91 0.97 0.48
Hex EF B0 4 0 1A 62 6 2C 61 30
Octal 357 260 4 0 32 142 6 54 141 60
Binary 11101111 10110000 100 0 11010 1100010 110 101100 1100001 110000

Color Harmonies of #EFB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB004

Black with #EFB004

Text Example


Text Example

White with #EFB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB004; }

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

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

background-color css

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

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

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

border-color css

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

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

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