Html Css Color HEX #EFB005 Selective Yellow

📋 copy color: '#EFB005'

red 239 ◦ green 176 ◦ blue 5

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

Shades of Selective Yellow #EFB005

Tints of Selective Yellow #EFB005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 56.9%
G = 41.9%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFB005 (or 0xEFB005) is known color: Selective Yellow. HEX triplet: EF, B0 and 05. RGB value is (239,176,5). Sum of RGB (Red+Green+Blue) = 239+176+5=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB005 is #104FFA. Grayscale: #B0B0B0. Windows color (decimal): -1069051 or 372975. OLE color: 372975.

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

Color convert

RGB 239 176 5 -
CMYK 0 0.26 0.98 0.06
HSL 43.85º 0.96% 0.48% -
HSV(B) 43.85º 0.98% 0.94% -
XYZ 51.15 49.41 6.99 -
YUV 175.34 31.87 173.4 -
System Red Green Blue C M Y K H S L
Decimal 239 176 5 0 0.26 0.98 0.06 43.85 0.96 0.48
Hex EF B0 5 0 1A 62 6 2C 60 30
Octal 357 260 5 0 32 142 6 54 140 60
Binary 11101111 10110000 101 0 11010 1100010 110 101100 1100000 110000

Color Harmonies of #EFB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB005

Black with #EFB005

Text Example


Text Example

White with #EFB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB005; }

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

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

background-color css

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

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

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

border-color css

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

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

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