Html Css Color HEX #EFB507 Selective Yellow

📋 copy color: '#EFB507'

red 239 ◦ green 181 ◦ blue 7

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

Shades of Selective Yellow #EFB507

Tints of Selective Yellow #EFB507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 55.97%
G = 42.39%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFB507 (or 0xEFB507) is known color: Selective Yellow. HEX triplet: EF, B5 and 07. RGB value is (239,181,7). Sum of RGB (Red+Green+Blue) = 239+181+7=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB507 is #104AF8. Grayscale: #B3B3B3. Windows color (decimal): -1067769 or 505327. OLE color: 505327.

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

Color convert

RGB 239 181 7 -
CMYK 0 0.24 0.97 0.06
HSL 45º 0.94% 0.48% -
HSV(B) 45º 0.97% 0.94% -
XYZ 52.16 51.41 7.38 -
YUV 178.51 31.22 171.15 -
System Red Green Blue C M Y K H S L
Decimal 239 181 7 0 0.24 0.97 0.06 45 0.94 0.48
Hex EF B5 7 0 18 61 6 2D 5E 30
Octal 357 265 7 0 30 141 6 55 136 60
Binary 11101111 10110101 111 0 11000 1100001 110 101101 1011110 110000

Color Harmonies of #EFB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB507

Black with #EFB507

Text Example


Text Example

White with #EFB507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB507; }

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

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

background-color css

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

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

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

border-color css

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

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

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