Html Css Color HEX #EFB50B Selective Yellow

📋 copy color: '#EFB50B'

red 239 ◦ green 181 ◦ blue 11

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

Shades of Selective Yellow #EFB50B

Tints of Selective Yellow #EFB50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.55%

R = 55.45%
G = 42%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFB50B (or 0xEFB50B) is known color: Selective Yellow. HEX triplet: EF, B5 and 0B. RGB value is (239,181,11). Sum of RGB (Red+Green+Blue) = 239+181+11=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB50B is #104AF4. Grayscale: #B3B3B3. Windows color (decimal): -1067765 or 767471. OLE color: 767471.

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

Color convert

RGB 239 181 11 -
CMYK 0 0.24 0.95 0.06
HSL 44.74º 0.91% 0.49% -
HSV(B) 44.74º 0.95% 0.94% -
XYZ 52.18 51.42 7.49 -
YUV 178.96 33.22 170.82 -
System Red Green Blue C M Y K H S L
Decimal 239 181 11 0 0.24 0.95 0.06 44.74 0.91 0.49
Hex EF B5 B 0 18 5F 6 2D 5B 31
Octal 357 265 13 0 30 137 6 55 133 61
Binary 11101111 10110101 1011 0 11000 1011111 110 101101 1011011 110001

Color Harmonies of #EFB50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB50B

Black with #EFB50B

Text Example


Text Example

White with #EFB50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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