Html Css Color HEX #EFB50E Selective Yellow

📋 copy color: '#EFB50E'

red 239 ◦ green 181 ◦ blue 14

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

Shades of Selective Yellow #EFB50E

Tints of Selective Yellow #EFB50E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 55.07%
G = 41.71%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFB50E (or 0xEFB50E) is known color: Selective Yellow. HEX triplet: EF, B5 and 0E. RGB value is (239,181,14). Sum of RGB (Red+Green+Blue) = 239+181+14=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB50E is #104AF1. Grayscale: #B4B4B4. Windows color (decimal): -1067762 or 964079. OLE color: 964079.

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

Color convert

RGB 239 181 14 -
CMYK 0 0.24 0.94 0.06
HSL 44.53º 0.89% 0.5% -
HSV(B) 44.53º 0.94% 0.94% -
XYZ 52.2 51.43 7.59 -
YUV 179.3 34.72 170.58 -
System Red Green Blue C M Y K H S L
Decimal 239 181 14 0 0.24 0.94 0.06 44.53 0.89 0.5
Hex EF B5 E 0 18 5E 6 2D 59 32
Octal 357 265 16 0 30 136 6 55 131 62
Binary 11101111 10110101 1110 0 11000 1011110 110 101101 1011001 110010

Color Harmonies of #EFB50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB50E

Black with #EFB50E

Text Example


Text Example

White with #EFB50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB50E; }

 p { color: rgb(239,181,14); }

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

background-color css

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

 a { background-color: rgb(239,181,14); }

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

border-color css

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

 span { border-color: rgb(239,181,14); }

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