Html Css Color HEX #EFB10A Selective Yellow

📋 copy color: '#EFB10A'

red 239 ◦ green 177 ◦ blue 10

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

Shades of Selective Yellow #EFB10A

Tints of Selective Yellow #EFB10A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 56.1%
G = 41.55%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFB10A (or 0xEFB10A) is known color: Selective Yellow. HEX triplet: EF, B1 and 0A. RGB value is (239,177,10). Sum of RGB (Red+Green+Blue) = 239+177+10=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB10A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB10A is #104EF5. Grayscale: #B1B1B1. Windows color (decimal): -1068790 or 700911. OLE color: 700911.

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

Color convert

RGB 239 177 10 -
CMYK 0 0.26 0.96 0.06
HSL 43.76º 0.92% 0.49% -
HSV(B) 43.76º 0.96% 0.94% -
XYZ 51.37 49.82 7.2 -
YUV 176.5 34.04 172.58 -
System Red Green Blue C M Y K H S L
Decimal 239 177 10 0 0.26 0.96 0.06 43.76 0.92 0.49
Hex EF B1 A 0 1A 60 6 2C 5C 31
Octal 357 261 12 0 32 140 6 54 134 61
Binary 11101111 10110001 1010 0 11010 1100000 110 101100 1011100 110001

Color Harmonies of #EFB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB10A

Black with #EFB10A

Text Example


Text Example

White with #EFB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB10A; }

 p { color: rgb(239,177,10); }

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

background-color css

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

 a { background-color: rgb(239,177,10); }

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

border-color css

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

 span { border-color: rgb(239,177,10); }

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