Html Css Color HEX #EFB504 Selective Yellow

📋 copy color: '#EFB504'

red 239 ◦ green 181 ◦ blue 4

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

Shades of Selective Yellow #EFB504

Tints of Selective Yellow #EFB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.69%

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

R = 56.37%
G = 42.69%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFB504 (or 0xEFB504) is known color: Selective Yellow. HEX triplet: EF, B5 and 04. RGB value is (239,181,4). Sum of RGB (Red+Green+Blue) = 239+181+4=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB504 is #104AFB. Grayscale: #B2B2B2. Windows color (decimal): -1067772 or 308719. OLE color: 308719.

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

Color convert

RGB 239 181 4 -
CMYK 0 0.24 0.98 0.06
HSL 45.19º 0.97% 0.48% -
HSV(B) 45.19º 0.98% 0.94% -
XYZ 52.14 51.41 7.29 -
YUV 178.16 29.72 171.39 -
System Red Green Blue C M Y K H S L
Decimal 239 181 4 0 0.24 0.98 0.06 45.19 0.97 0.48
Hex EF B5 4 0 18 62 6 2D 61 30
Octal 357 265 4 0 30 142 6 55 141 60
Binary 11101111 10110101 100 0 11000 1100010 110 101101 1100001 110000

Color Harmonies of #EFB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB504

Black with #EFB504

Text Example


Text Example

White with #EFB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB504; }

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

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

background-color css

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

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

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

border-color css

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

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

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