Html Css Color HEX #EFB000 Selective Yellow

📋 copy color: '#EFB000'

red 239 ◦ green 176 ◦ blue 0

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

Shades of Selective Yellow #EFB000

Tints of Selective Yellow #EFB000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.59%
G = 42.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFB000 (or 0xEFB000) is known color: Selective Yellow. HEX triplet: EF, B0 and 00. RGB value is (239,176,0). Sum of RGB (Red+Green+Blue) = 239+176+0=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB000 is #104FFF. Grayscale: #AFAFAF. Windows color (decimal): -1069056 or 45295. OLE color: 45295.

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

Color convert

RGB 239 176 0 -
CMYK 0 0.26 1 0.06
HSL 44.18º 1% 0.47% -
HSV(B) 44.18º 1% 0.94% -
XYZ 51.12 49.4 6.84 -
YUV 174.77 29.37 173.81 -
System Red Green Blue C M Y K H S L
Decimal 239 176 0 0 0.26 1 0.06 44.18 1 0.47
Hex EF B0 0 0 1A 64 6 2C 64 2F
Octal 357 260 0 0 32 144 6 54 144 57
Binary 11101111 10110000 0 0 11010 1100100 110 101100 1100100 101111

Color Harmonies of #EFB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB000

Black with #EFB000

Text Example


Text Example

White with #EFB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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