Html Css Color HEX #EFB208 Selective Yellow

📋 copy color: '#EFB208'

red 239 ◦ green 178 ◦ blue 8

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

Shades of Selective Yellow #EFB208

Tints of Selective Yellow #EFB208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 56.24%
G = 41.88%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFB208 (or 0xEFB208) is known color: Selective Yellow. HEX triplet: EF, B2 and 08. RGB value is (239,178,8). Sum of RGB (Red+Green+Blue) = 239+178+8=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB208 is #104DF7. Grayscale: #B1B1B1. Windows color (decimal): -1068536 or 570095. OLE color: 570095.

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

Color convert

RGB 239 178 8 -
CMYK 0 0.26 0.97 0.06
HSL 44.16º 0.94% 0.48% -
HSV(B) 44.16º 0.97% 0.94% -
XYZ 51.56 50.21 7.2 -
YUV 176.86 32.71 172.32 -
System Red Green Blue C M Y K H S L
Decimal 239 178 8 0 0.26 0.97 0.06 44.16 0.94 0.48
Hex EF B2 8 0 1A 61 6 2C 5E 30
Octal 357 262 10 0 32 141 6 54 136 60
Binary 11101111 10110010 1000 0 11010 1100001 110 101100 1011110 110000

Color Harmonies of #EFB208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB208

Black with #EFB208

Text Example


Text Example

White with #EFB208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB208; }

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

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

background-color css

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

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

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

border-color css

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

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

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