Html Css Color HEX #EFB200 Selective Yellow

📋 copy color: '#EFB200'

red 239 ◦ green 178 ◦ blue 0

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

Shades of Selective Yellow #EFB200

Tints of Selective Yellow #EFB200

RGB

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

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

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

R = 57.31%
G = 42.69%
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

#EFB200 (or 0xEFB200) is known color: Selective Yellow. HEX triplet: EF, B2 and 00. RGB value is (239,178,0). Sum of RGB (Red+Green+Blue) = 239+178+0=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB200 is #104DFF. Grayscale: #B0B0B0. Windows color (decimal): -1068544 or 45807. OLE color: 45807.

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

Color convert

RGB 239 178 0 -
CMYK 0 0.26 1 0.06
HSL 44.69º 1% 0.47% -
HSV(B) 44.69º 1% 0.94% -
XYZ 51.52 50.19 6.97 -
YUV 175.95 28.71 172.97 -
System Red Green Blue C M Y K H S L
Decimal 239 178 0 0 0.26 1 0.06 44.69 1 0.47
Hex EF B2 0 0 1A 64 6 2D 64 2F
Octal 357 262 0 0 32 144 6 55 144 57
Binary 11101111 10110010 0 0 11010 1100100 110 101101 1100100 101111

Color Harmonies of #EFB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB200

Black with #EFB200

Text Example


Text Example

White with #EFB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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