Html Css Color HEX #EFB001 Selective Yellow

📋 copy color: '#EFB001'

red 239 ◦ green 176 ◦ blue 1

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

Shades of Selective Yellow #EFB001

Tints of Selective Yellow #EFB001

RGB

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

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

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

R = 57.45%
G = 42.31%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFB001 (or 0xEFB001) is known color: Selective Yellow. HEX triplet: EF, B0 and 01. RGB value is (239,176,1). Sum of RGB (Red+Green+Blue) = 239+176+1=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB001 is #104FFE. Grayscale: #AFAFAF. Windows color (decimal): -1069055 or 110831. OLE color: 110831.

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

Color convert

RGB 239 176 1 -
CMYK 0 0.26 1.00 0.06
HSL 44.12º 0.99% 0.47% -
HSV(B) 44.12º 1% 0.94% -
XYZ 51.13 49.4 6.87 -
YUV 174.89 29.87 173.73 -
System Red Green Blue C M Y K H S L
Decimal 239 176 1 0 0.26 1.00 0.06 44.12 0.99 0.47
Hex EF B0 1 0 1A 64 6 2C 63 2F
Octal 357 260 1 0 32 144 6 54 143 57
Binary 11101111 10110000 1 0 11010 1100100 110 101100 1100011 101111

Color Harmonies of #EFB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB001

Black with #EFB001

Text Example


Text Example

White with #EFB001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB001; }

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

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

background-color css

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

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

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

border-color css

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

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

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