Html Css Color HEX #EFB304 Selective Yellow

📋 copy color: '#EFB304'

red 239 ◦ green 179 ◦ blue 4

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

Shades of Selective Yellow #EFB304

Tints of Selective Yellow #EFB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 56.64%
G = 42.42%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFB304 (or 0xEFB304) is known color: Selective Yellow. HEX triplet: EF, B3 and 04. RGB value is (239,179,4). Sum of RGB (Red+Green+Blue) = 239+179+4=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB304 is #104CFB. Grayscale: #B1B1B1. Windows color (decimal): -1068284 or 308207. OLE color: 308207.

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

Color convert

RGB 239 179 4 -
CMYK 0 0.25 0.98 0.06
HSL 44.68º 0.97% 0.48% -
HSV(B) 44.68º 0.98% 0.94% -
XYZ 51.74 50.6 7.15 -
YUV 176.99 30.38 172.23 -
System Red Green Blue C M Y K H S L
Decimal 239 179 4 0 0.25 0.98 0.06 44.68 0.97 0.48
Hex EF B3 4 0 19 62 6 2D 61 30
Octal 357 263 4 0 31 142 6 55 141 60
Binary 11101111 10110011 100 0 11001 1100010 110 101101 1100001 110000

Color Harmonies of #EFB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB304

Black with #EFB304

Text Example


Text Example

White with #EFB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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