Html Css Color HEX #EFB501 Selective Yellow

📋 copy color: '#EFB501'

red 239 ◦ green 181 ◦ blue 1

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

Shades of Selective Yellow #EFB501

Tints of Selective Yellow #EFB501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 56.77%
G = 42.99%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFB501 (or 0xEFB501) is known color: Selective Yellow. HEX triplet: EF, B5 and 01. RGB value is (239,181,1). Sum of RGB (Red+Green+Blue) = 239+181+1=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB501 is #104AFE. Grayscale: #B2B2B2. Windows color (decimal): -1067775 or 112111. OLE color: 112111.

HSL color Cylindrical-coordinate representation of color #EFB501: hue angle of 45.38º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFB501 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 181 1 -
CMYK 0 0.24 1.00 0.06
HSL 45.38º 0.99% 0.47% -
HSV(B) 45.38º 1% 0.94% -
XYZ 52.13 51.4 7.2 -
YUV 177.82 28.22 171.64 -
System Red Green Blue C M Y K H S L
Decimal 239 181 1 0 0.24 1.00 0.06 45.38 0.99 0.47
Hex EF B5 1 0 18 64 6 2D 63 2F
Octal 357 265 1 0 30 144 6 55 143 57
Binary 11101111 10110101 1 0 11000 1100100 110 101101 1100011 101111

Color Harmonies of #EFB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB501

Black with #EFB501

Text Example


Text Example

White with #EFB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB501; }

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

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

background-color css

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

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

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

border-color css

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

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

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