Html Css Color HEX #EFB201 Selective Yellow

📋 copy color: '#EFB201'

red 239 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #EFB201

Tints of Selective Yellow #EFB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.58%

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

R = 57.18%
G = 42.58%
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

#EFB201 (or 0xEFB201) is known color: Selective Yellow. HEX triplet: EF, B2 and 01. RGB value is (239,178,1). Sum of RGB (Red+Green+Blue) = 239+178+1=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB201 is #104DFE. Grayscale: #B0B0B0. Windows color (decimal): -1068543 or 111343. OLE color: 111343.

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

Color convert

RGB 239 178 1 -
CMYK 0 0.26 1.00 0.06
HSL 44.62º 0.99% 0.47% -
HSV(B) 44.62º 1% 0.94% -
XYZ 51.52 50.19 7 -
YUV 176.06 29.21 172.89 -
System Red Green Blue C M Y K H S L
Decimal 239 178 1 0 0.26 1.00 0.06 44.62 0.99 0.47
Hex EF B2 1 0 1A 64 6 2D 63 2F
Octal 357 262 1 0 32 144 6 55 143 57
Binary 11101111 10110010 1 0 11010 1100100 110 101101 1100011 101111

Color Harmonies of #EFB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB201

Black with #EFB201

Text Example


Text Example

White with #EFB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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