Html Css Color HEX #EFB400 Selective Yellow

📋 copy color: '#EFB400'

red 239 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #EFB400

Tints of Selective Yellow #EFB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

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

R = 57.04%
G = 42.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFB400 (or 0xEFB400) is known color: Selective Yellow. HEX triplet: EF, B4 and 00. RGB value is (239,180,0). Sum of RGB (Red+Green+Blue) = 239+180+0=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB400 is #104BFF. Grayscale: #B1B1B1. Windows color (decimal): -1068032 or 46319. OLE color: 46319.

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

Color convert

RGB 239 180 0 -
CMYK 0 0.25 1 0.06
HSL 45.19º 1% 0.47% -
HSV(B) 45.19º 1% 0.94% -
XYZ 51.92 50.99 7.11 -
YUV 177.12 28.05 172.14 -
System Red Green Blue C M Y K H S L
Decimal 239 180 0 0 0.25 1 0.06 45.19 1 0.47
Hex EF B4 0 0 19 64 6 2D 64 2F
Octal 357 264 0 0 31 144 6 55 144 57
Binary 11101111 10110100 0 0 11001 1100100 110 101101 1100100 101111

Color Harmonies of #EFB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB400

Black with #EFB400

Text Example


Text Example

White with #EFB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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